File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ name: "CodeQL"
1313
1414on :
1515 push :
16- branches : [master ]
16+ branches : [main ]
1717 pull_request :
1818 # The branches below must be a subset of the branches above
19- branches : [master ]
19+ branches : [main ]
2020 schedule :
2121 - cron : " 15 10 * * 1"
2222
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ name: Lint Code Base
1616# ############################
1717on :
1818 pull_request :
19- branches : [master ]
19+ branches : [main ]
2020
2121# ##############
2222# Set the Job #
4848 uses : github/super-linter@v4
4949 env :
5050 VALIDATE_ALL_CODEBASE : false
51- DEFAULT_BRANCH : master
51+ DEFAULT_BRANCH : main
5252 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
5353 JAVASCRIPT_DEFAULT_STYLE : prettier
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: pull-request
33on :
44 pull_request :
55 branches :
6- - master
6+ - main
77
88jobs :
99 build :
You can’t perform that action at this time.
0 commit comments