diff options
| author | Aetias <aetias@outlook.com> | 2025-03-15 16:06:44 +0100 |
|---|---|---|
| committer | Aetias <aetias@outlook.com> | 2025-03-15 16:06:44 +0100 |
| commit | 89d2c9ce4638779480352f25c16efc478f6cfa51 (patch) | |
| tree | c820200a703810dc432a0d675fe2e58fde11e72d /.github | |
| parent | e0281e00fdf11c4b784ef8bd43358ee65b9cbd86 (diff) | |
ci: Provide path to extract directory
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 4 |
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 |
