File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -20,9 +20,9 @@ name: CodeQL
2020
2121on :
2222 push :
23- branches : [master ]
23+ branches : [main ]
2424 pull_request :
25- branches : [master ]
25+ branches : [main ]
2626 schedule :
2727 - cron : ' 39 20 * * 4'
2828
Original file line number Diff line number Diff line change @@ -14,9 +14,9 @@ name: DevSkim
1414
1515on :
1616 push :
17- branches : [master ]
17+ branches : [main ]
1818 pull_request :
19- branches : [master ]
19+ branches : [main ]
2020 schedule :
2121 - cron : ' 22 18 * * 6'
2222
Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ name: Build
99
1010on :
1111 push :
12- branches : [master ]
12+ branches : [main ]
1313 pull_request :
14- branches : [master ]
14+ branches : [main ]
1515
1616permissions :
1717 contents : read
Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ name: Lint
99
1010on :
1111 push :
12- branches : [master ]
12+ branches : [main ]
1313 pull_request :
14- branches : [master ]
14+ branches : [main ]
1515
1616permissions :
1717 contents : read
You can’t perform that action at this time.
0 commit comments