Skip to content

Commit 5a3a983

Browse files
Update semgrep-analysis.yml
1 parent 044dcf0 commit 5a3a983

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/semgrep-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
pull_request:
66

77
push:
8-
branches: ["dev", "main"]
8+
branches: ["dev", "master"]
99

1010
schedule:
1111
- cron: '23 20 * * 1'
@@ -38,4 +38,4 @@ jobs:
3838
uses: github/codeql-action/upload-sarif@v2
3939
with:
4040
sarif_file: semgrep.sarif
41-
if: always()
41+
if: always()

0 commit comments

Comments
 (0)