Skip to content

Commit

Permalink
Merge pull request #245 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 23, 2024
2 parents 384120c + 5db1b3a commit 59c6087
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 @@ -4,6 +4,9 @@ name: Snyk Code (Golang)

on: # yamllint disable-line rule:truthy
push:
branches:
- '**' # matches every branch
- '!dependabot/**' # excludes master
pull_request:
workflow_dispatch:

Expand Down

0 comments on commit 59c6087

Please sign in to comment.