Skip to content

Commit

Permalink
Merge pull request #565 from sir-gon/develop
Browse files Browse the repository at this point in the history
[CONFIG] [Github Actions] Avoid run on "push" for dependabot triggere…
  • Loading branch information
sir-gon authored Oct 21, 2024
2 parents d771733 + 5fcd6fd commit 9f903f1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/snyk-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ name: Snyk Code analysis
on: # yamllint disable-line rule:truthy
pull_request:
push:
branches:
- '**' # matches every branch
- '!dependabot/**' # excludes master
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 9f903f1

Please sign in to comment.