File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,9 +13,9 @@ name: "CodeQL"
1313
1414on :
1515 push :
16- branches : [ "master " ]
16+ branches : [ "main " ]
1717 pull_request :
18- branches : [ "master " ]
18+ branches : [ "main " ]
1919 schedule :
2020 - cron : ' 0 1 * * 3'
2121
7272 # "We were unable to automatically build your code", modify the matrix above
7373 # to set the build mode to "manual" for that language. Then modify this step
7474 # 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
7777 - if : matrix.build-mode == 'manual'
7878 run : |
7979 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