chore: Add beta branch to GitHub Actions linter and gh-pages workflow

This commit is contained in:
Frederico Santos 2024-07-10 19:49:05 +01:00
parent c44b38c40a
commit 4dbed9cb4e
2 changed files with 3 additions and 0 deletions

View File

@ -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"

View File

@ -7,6 +7,7 @@ on:
pull_request:
branches:
- main
- beta
jobs:
pages: