Skip to content

Commit 0f825f3

Browse files
committed
Fix YAML syntax in 'on' section for proper CI trigger
1 parent af2c515 commit 0f825f3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/sysdig-scan.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ on:
44
pull_request:
55
branches:
66
- main
7+
- ci/sysdig-integration
78
push:
89
branches:
910
- main
11+
- ci/sysdig-integration
1012

1113
jobs:
1214
scan:
@@ -39,4 +41,4 @@ jobs:
3941
-v ${{ github.workspace }}:/iac \
4042
quay.io/sysdig/sysdig-cli-scanner:latest \
4143
--apiurl ${{ secrets.SYSDIG_API_URL }} \
42-
--iac scan /iac/k8s-specifications
44+
--iac scan /iac/k8s-specifications

0 commit comments

Comments
 (0)