Skip to content

Commit

Permalink
Merge pull request #615 from santoshshinde2012/dev
Browse files Browse the repository at this point in the history
fixed snyk ci
  • Loading branch information
santoshshinde2012 authored May 18, 2024
2 parents 4951f03 + 337ff65 commit 3468987
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/snyk-scan.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
name: Snyk Scan
on: [pull_request]
on:
pull_request:
types: [opened, synchronize, reopened]
branches:
- main
- master
- dev
- release-*
jobs:
security:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 3468987

Please sign in to comment.