Skip to content

Commit

Permalink
#1356 Add staging and prod branches to snyk file
Browse files Browse the repository at this point in the history
  • Loading branch information
kkrug committed Jul 17, 2024
1 parent c623bba commit 07949f6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/snyk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,13 @@ on:
push:
branches:
- dev
- staging
- production
pull_request:
branches:
- dev
- staging
- production

jobs:
test:
Expand Down

0 comments on commit 07949f6

Please sign in to comment.