Skip to content

Commit

Permalink
Add the ability for GitHub actions to run on beta branch (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
lorow authored Mar 31, 2024
1 parent 2a6a0ca commit 3fa84dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_release_bins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,13 @@ on:
branches:
- "master"
- "main"
- "beta"
- "feature/improv"
pull_request:
branches:
- "master"
- "main"
- "beta"

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 3fa84dc

Please sign in to comment.