mirror of
https://github.com/jazzband/django-eav2.git
synced 2026-05-23 14:45:55 +00:00
ci: only trigger test workflow on push to master to avoid duplicate runs on PRs
This commit is contained in:
parent
16b0930195
commit
917599d16a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -4,7 +4,7 @@ name: test
|
|||
"on":
|
||||
push:
|
||||
branches:
|
||||
- '**'
|
||||
- master
|
||||
pull_request:
|
||||
workflow_dispatch:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue