Browse Source

enable CI

blueloveTH 1 year ago
parent
commit
8203ef465e
2 changed files with 1 additions and 3 deletions
  1. 0 2
      .github/workflows/main.yml
  2. 1 1
      include/pocketpy/config.h

+ 0 - 2
.github/workflows/main.yml

@@ -1,13 +1,11 @@
 name: build
 name: build
 on:
 on:
   push:
   push:
-    branches: [ main ]
     paths-ignore:
     paths-ignore:
       - 'docs/**'
       - 'docs/**'
       - 'web/**'
       - 'web/**'
       - '**.md'
       - '**.md'
   pull_request:
   pull_request:
-    branches: [ main ]
     paths-ignore:
     paths-ignore:
       - 'docs/**'
       - 'docs/**'
       - 'web/**'
       - 'web/**'

+ 1 - 1
include/pocketpy/config.h

@@ -33,7 +33,7 @@
 /*************** debug settings ***************/
 /*************** debug settings ***************/
 
 
 // Enable this may help you find bugs
 // Enable this may help you find bugs
-#define PK_DEBUG_EXTRA_CHECK        1
+#define PK_DEBUG_EXTRA_CHECK        0
 
 
 // Do not edit the following settings unless you know what you are doing
 // Do not edit the following settings unless you know what you are doing
 #define PK_DEBUG_CEVAL_STEP         0
 #define PK_DEBUG_CEVAL_STEP         0