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 authored and jdonis committed Jul 18, 2024
1 parent c623bba commit c0842d3
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 c0842d3

Please sign in to comment.