File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ name: Build and Test
55
66on :
77 push :
8- branches : [ "master " ]
8+ branches : [ "main " ]
99 pull_request :
10- branches : [ "master " ]
10+ branches : [ "main " ]
1111
1212jobs :
1313 build :
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 : ' 43 23 * * 5'
2222
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ name: Build and Deploy to Github Pages
66on :
77 # Triggers the workflow on push or pull request events but only for the master branch
88 push :
9- branches : [ master ]
9+ branches : [ main ]
1010
1111 # Allows you to run this workflow manually from the Actions tab
1212 workflow_dispatch :
You can’t perform that action at this time.
0 commit comments