diff options
-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 |