ci: drop redundant push-to-main trigger
PR already runs test+lint+vulncheck on the same commit. Running identical jobs again on merge wastes ~10min of runner.
This commit is contained in:
@@ -1,8 +1,6 @@
|
|||||||
name: CI
|
name: CI
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
|
||||||
branches: [main]
|
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user