Skip to content

Commit 9a2bbab

Browse files
authored
Update security-scan.yml
1 parent f762df9 commit 9a2bbab

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/security-scan.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
name: Security Scan
22

33
on:
4+
push:
5+
branches: [ main ]
46
pull_request:
57
schedule:
6-
- cron: '0 4 * * 0' # weekly Sunday 04:00 UTC
8+
- cron: '0 4 * * 0' # weekly Sunday 04:00 UTC
79

810
jobs:
911
codeql:

0 commit comments

Comments
 (0)