Skip to content

Commit 3287d21

Browse files
authored
CodeQL on every commit (#13185)
1 parent ff38437 commit 3287d21

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/codeql-daily.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
name: CodeQL (daily)
1+
name: CodeQL
22

33
on:
4-
schedule:
5-
# daily at 1:30 UTC
6-
- cron: "30 1 * * *"
4+
push:
5+
branches:
6+
- main
77
workflow_dispatch:
88

99
permissions:

0 commit comments

Comments
 (0)