mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-02-16 17:27:41 +00:00
chore: Add beta branch to GitHub Actions tests workflow
This commit is contained in:
parent
ff1fa15dba
commit
c44b38c40a
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -6,9 +6,11 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- main # Trigger on push events to the main branch
|
||||
- beta # Trigger on push events to the beta branch
|
||||
pull_request:
|
||||
branches:
|
||||
- main # Trigger on pull request events targeting the main branch
|
||||
- beta # Trigger on pull request events targeting the beta branch
|
||||
|
||||
jobs:
|
||||
run-tests: # Define a job named "run-tests"
|
||||
|
Loading…
x
Reference in New Issue
Block a user