enable CI

This commit is contained in:
blueloveTH 2024-05-13 16:47:09 +08:00
parent acd81b6fae
commit 8203ef465e
2 changed files with 1 additions and 3 deletions

View File

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

View File

@ -33,7 +33,7 @@
/*************** debug settings ***************/
// 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
#define PK_DEBUG_CEVAL_STEP 0