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: branches:
- "master" - "master"
- "main" - "main"
- "beta"
- "feature/improv" - "feature/improv"
pull_request: pull_request:
branches: branches:
- "master" - "master"
- "main" - "main"
- "beta"
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}