diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-09-11 18:28:41 +1000 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-09-11 18:28:41 +1000 |
commit | 3aedd5ae915976dffce90ee4ba125fcb33d2d323 (patch) | |
tree | 84aa0e617815c0868c1febf441b85a97b036e56f /.github | |
parent | 7408981e131f7cdd897a3c5924ea14b272986e88 (diff) |
Update build.yml
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 60097c8..3b72968 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -3,6 +3,10 @@ name: Build on: workflow_dispatch: + push: + branches: + - "*" + pull_request: branches: - "*" |