ci: build only on push to main, not on pull_request
Drop the pull_request:[main] trigger so the CVE scan + Docker build runs only when changes land on main, not when a PR is opened against it. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -3,8 +3,6 @@ name: CVE Scan & Docker Build
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [main]
|
branches: [main]
|
||||||
pull_request:
|
|
||||||
branches: [main]
|
|
||||||
|
|
||||||
env:
|
env:
|
||||||
REGISTRY: git.helu.ca
|
REGISTRY: git.helu.ca
|
||||||
|
|||||||
Reference in New Issue
Block a user