summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 427a94e2..64ea7f68 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -2,6 +2,8 @@ name: Build
on:
push:
+ branches:
+ - main
pull_request:
jobs:
@@ -20,7 +22,7 @@ jobs:
- name: Build
run: |
- python tools/configure.py ${{ matrix.version }} -w wibo --compiler /mwccarm
+ python tools/configure.py ${{ matrix.version }} -w wibo --compiler /mwccarm --extract /extract
ninja arm9 report check
- name: Upload report