Skip to content

Commit ed01d09

Browse files
Update semgrep-analysis.yml (#2063)
1 parent 96390e2 commit ed01d09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/semgrep-analysis.yml

+2-2
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@28deaeda66b76a05916b6923827895f2b14ab387 #v3.28.16
3939
with:
4040
sarif_file: semgrep.sarif
41-
if: always()
41+
if: always()

0 commit comments

Comments
 (0)