diff options
author | Bottinator22 <59987380+Bottinator22@users.noreply.github.com> | 2024-12-18 22:45:26 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-18 22:45:26 -0800 |
commit | 300b8f2dbae631fdddeafaee683f450418e5cc57 (patch) | |
tree | c48cfe66ade332ffe0e7c620caf248029c3b4d08 /.github | |
parent | ea21eb55d765cd9479debd5831dbc593b88af50d (diff) |
Update build.yml
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 925c2a3..8434c80 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -3,6 +3,14 @@ name: Build on: workflow_dispatch: + push: + branches: + - "*" + + pull_request: + branches: + - "*" + jobs: build_windows: name: Build OpenStarbound Windows x64 |