Add the ability for GitHub actions to run on beta branch (#67)

This commit is contained in:
Zdzislaw Goik 2024-04-01 00:01:57 +02:00 committed by GitHub
parent 2a6a0ca881
commit 3fa84dc100
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,11 +7,13 @@ on:
branches:
- "master"
- "main"
- "beta"
- "feature/improv"
pull_request:
branches:
- "master"
- "main"
- "beta"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}