ci: validate change branches via PR instead of every push
GeoIntel release gates / Compile, test, contracts and builds (pull_request) Canceled after 0s
GeoIntel release gates / Python and npm vulnerability policy (pull_request) Canceled after 0s
GeoIntel release gates / GIS image, SBOM and container scan (pull_request) Canceled after 0s
GeoIntel release gates / AI image, SBOM and container scan (pull_request) Canceled after 0s

This commit is contained in:
2026-08-27 00:25:06 +02:00
parent 5f4f399abf
commit db5af3cf86
+1 -1
View File
@@ -2,7 +2,7 @@ name: GeoIntel release gates
on:
push:
branches: [main, develop, "codex/**", "build/**", "chatgpt/**"]
branches: [main, develop, "codex/**", "build/**"]
pull_request:
branches: [main, develop]
workflow_dispatch: