File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,9 +13,9 @@ name: "CodeQL"
13
13
14
14
on :
15
15
push :
16
- branches : [ "master " ]
16
+ branches : [ "main " ]
17
17
pull_request :
18
- branches : [ "master " ]
18
+ branches : [ "main " ]
19
19
schedule :
20
20
- cron : ' 0 1 * * 3'
21
21
72
72
# "We were unable to automatically build your code", modify the matrix above
73
73
# to set the build mode to "manual" for that language. Then modify this step
74
74
# to build your code.
75
- # ℹ� Command-line programs to run using the OS shell.
76
- # 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
75
+ # ℹ️ Command-line programs to run using the OS shell.
76
+ # 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
77
77
- if : matrix.build-mode == 'manual'
78
78
run : |
79
79
echo 'If you are using a "manual" build mode for one or more of the' \
You can’t perform that action at this time.
0 commit comments