ci: remove push trigger from CI workflow
Only run CI on pull requests to main, not on direct pushes.
This commit is contained in:
parent
44db12298f
commit
6431d97afa
1 changed files with 0 additions and 2 deletions
2
.github/workflows/push.yml
vendored
2
.github/workflows/push.yml
vendored
|
|
@ -1,7 +1,5 @@
|
|||
name: CI
|
||||
on:
|
||||
push:
|
||||
branches: ["main"]
|
||||
pull_request:
|
||||
branches: ["main"]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue