mirror of
https://github.com/sartography/spiff-arena.git
synced 2025-01-13 19:15:31 +00:00
run tests for hotfix branches w/ burnettk
This commit is contained in:
parent
94a60827e1
commit
618945ce61
3
.github/workflows/tests.yml
vendored
3
.github/workflows/tests.yml
vendored
@ -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…
x
Reference in New Issue
Block a user