From 300b8f2dbae631fdddeafaee683f450418e5cc57 Mon Sep 17 00:00:00 2001 From: Bottinator22 <59987380+Bottinator22@users.noreply.github.com> Date: Wed, 18 Dec 2024 22:45:26 -0800 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 8 ++++++++ 1 file changed, 8 insertions(+) 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