From deb11155edde7f315c0b4df939e9721d71b3bdc6 Mon Sep 17 00:00:00 2001 From: Ben Lubar Date: Sat, 22 Jul 2023 16:52:33 -0500 Subject: [PATCH] make test run on beta branch --- .github/workflows/build.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 4c4a9254b..e302fd1c8 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -3,9 +3,11 @@ on: push: branches: - reactivedrop_public + - reactivedrop_beta pull_request: branches: - reactivedrop_public + - reactivedrop_beta # GitHub Actions usage is FREE for both public repositories and self-hosted runners. # We can use it to build our project and do some automated builds and in future quality tests. @@ -87,4 +89,3 @@ jobs: reactivedrop/bin/missionchooser.dll reactivedrop/bin/server.dll reactivedrop/bin/client.dll -