mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-03-26 03:28:32 +00:00
chore: Add beta branch to GitHub Actions linter and gh-pages workflow
This commit is contained in:
parent
c44b38c40a
commit
4dbed9cb4e
2
.github/workflows/eslint.yml
vendored
2
.github/workflows/eslint.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-linters: # Define a job named "run-linters"
|
||||
|
1
.github/workflows/github-pages.yml
vendored
1
.github/workflows/github-pages.yml
vendored
@ -7,6 +7,7 @@ on:
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
- beta
|
||||
|
||||
jobs:
|
||||
pages:
|
||||
|
Loading…
x
Reference in New Issue
Block a user