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
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
pull_request:
|
||||
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user