diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2025-04-17 18:00:27 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-17 18:00:27 +1000 |
commit | 00702719b51d71cc4b6786aebb81791651f67afc (patch) | |
tree | 80ff1722d45447003f4747ac34a181c701e610c9 | |
parent | ba97cca2af947d0893f520965e5e4c545511c565 (diff) |
Update build.yml
-rw-r--r-- | .github/workflows/build.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 51c223f..6474e7e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,6 +26,11 @@ on: - '*' pull_request: + paths: + - 'assets/**' + - 'source/**' + - 'toolchains/**' + - 'triplets/**' branches: - '*' |