Skip to content

Commit

Permalink
update snyk workflow triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
sripwoud committed May 28, 2023
1 parent 29e384f commit 65f5ba0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/snyk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Snyk Security Checks
on:
pull_request:
branches: [main, staging]
types: [opened]
paths:
[
'apis/**',
Expand All @@ -12,7 +13,7 @@ on:
'!**/Dockerfile',
]
push:
branches: [main, staging]
branches: [main]
paths:
[
'apis/**',
Expand Down

0 comments on commit 65f5ba0

Please sign in to comment.