Skip to content

Commit dd95593

Browse files
authored
[CI] trigger on commit to main, drop schedule
1 parent e0c0465 commit dd95593

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,9 @@ name: CodeQL
22

33
on:
44
push:
5-
branches: [ "master" ]
5+
branches: [ "main" ]
66
pull_request:
7-
branches: [ "master" ]
8-
schedule:
9-
- cron: "44 11 * * 0"
7+
branches: [ "main" ]
108

119
jobs:
1210
analyze:

0 commit comments

Comments
 (0)