mirror of
https://github.com/EyeTrackVR/OpenIris.git
synced 2025-11-04 15:39:42 +08:00
Add the ability for GitHub actions to run on beta branch
This commit is contained in:
parent
2a6a0ca881
commit
9e2dd59546
2
.github/workflows/build_release_bins.yml
vendored
2
.github/workflows/build_release_bins.yml
vendored
@ -7,11 +7,13 @@ on:
|
||||
branches:
|
||||
- "master"
|
||||
- "main"
|
||||
- "beta"
|
||||
- "feature/improv"
|
||||
pull_request:
|
||||
branches:
|
||||
- "master"
|
||||
- "main"
|
||||
- "beta"
|
||||
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user