run tests for hotfix branches w/ burnettk

This commit is contained in:
jasquat 2024-04-17 10:14:57 -04:00
parent 94a60827e1
commit 618945ce61
No known key found for this signature in database
1 changed files with 3 additions and 0 deletions

View File

@ -4,8 +4,11 @@ on:
push: push:
# hitting just main on push suffices to avoid duplicate runs for PRs, since PRs never update main. # hitting just main on push suffices to avoid duplicate runs for PRs, since PRs never update main.
# more ideas at https://github.com/orgs/community/discussions/26940 including branches-ignore # more ideas at https://github.com/orgs/community/discussions/26940 including branches-ignore
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#filter-pattern-cheat-sheet
branches: branches:
- main - main
- "hotfix/**"
pull_request: pull_request:
defaults: defaults: