run tests for hotfix branches w/ burnettk
This commit is contained in:
parent
94a60827e1
commit
618945ce61
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue