mirror of
https://github.com/jazzband/django-eav2.git
synced 2026-05-28 08:48:23 +00:00
ci: only trigger test workflow on push to master to avoid duplicate runs on PRs
This commit is contained in:
parent
515e2f400c
commit
7577308b58
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":
|
"on":
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- '**'
|
- master
|
||||||
pull_request:
|
pull_request:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue