diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2025-02-09 08:25:59 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-09 08:25:59 +1100 |
commit | e20ad7a712433736ca326abd2945103daef5c9a7 (patch) | |
tree | ff72d25983224b6cf422b376446e154b70d825a7 | |
parent | 350c097e9db2f6b654d79c788ebc0f4f637b71df (diff) |
Update build.yml
-rw-r--r-- | .github/workflows/build.yml | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d152dce..51c223f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,12 +17,17 @@ on: default: false push: + paths: + - 'assets/**' + - 'source/**' + - 'toolchains/**' + - 'triplets/**' branches: - - "*" + - '*' pull_request: branches: - - "*" + - '*' jobs: build_windows: |