mirror of
https://github.com/sartography/spiff-arena.git
synced 2025-01-12 18:44:14 +00:00
avoid dup github workflows (#937)
Co-authored-by: burnettk <burnettk@users.noreply.github.com>
This commit is contained in:
parent
6a3f8a212f
commit
5fa79a8ec6
8
.github/workflows/tests.yml
vendored
8
.github/workflows/tests.yml
vendored
@ -1,8 +1,12 @@
|
||||
name: Tests
|
||||
|
||||
on:
|
||||
- push
|
||||
- pull_request
|
||||
push:
|
||||
# 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
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
|
||||
defaults:
|
||||
run:
|
||||
|
Loading…
x
Reference in New Issue
Block a user