Skip to content

Commit

Permalink
build(.github): better snyk ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Xunnamius committed Dec 30, 2020
1 parent b2ea6f1 commit 5921653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:

push:
tags-ignore: ['**']
branches-ignore: ['dependabot/**', 'snyk-*', 'no-ci/**']
branches-ignore: ['dependabot/**', 'snyk-**', 'no-ci/**']

pull_request:
types: [opened, synchronize]
Expand Down

0 comments on commit 5921653

Please sign in to comment.