ci: Prevent duplicate CI runs
https://github.com/orgs/community/discussions/26276
This commit is contained in:
parent
1e451348f0
commit
e65ef887fc
1 changed files with 6 additions and 4 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -6,6 +6,8 @@ name: ci
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue