Skip to content

Commit

Permalink
make test run on beta branch
Browse files Browse the repository at this point in the history
  • Loading branch information
BenLubar committed Jul 22, 2023
1 parent 61caeba commit deb1115
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -87,4 +89,3 @@ jobs:
reactivedrop/bin/missionchooser.dll
reactivedrop/bin/server.dll
reactivedrop/bin/client.dll

0 comments on commit deb1115

Please sign in to comment.