File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ concurrency:
66
77on :
88 push :
9- branches : [ "master", "qe3 " ]
9+ branches : [ "main " ]
1010 pull_request :
11- branches : [ "master", "qe3 " ]
11+ branches : [ "main " ]
1212
1313jobs :
1414 ubuntu-qe3 :
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ name: Installer
22
33on :
44 push :
5- branches : [ "master", "qe3 " ]
5+ branches : [ "main " ]
66 pull_request :
7- branches : [ "master", "qe3 " ]
7+ branches : [ "main " ]
88
99jobs :
1010 windows :
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ name: Lint
22
33on :
44 push :
5- branches : [ "master", "qe3 " ]
5+ branches : [ "main " ]
66 pull_request :
7- branches : [ "master", "qe3 " ]
7+ branches : [ "main " ]
88
99jobs :
1010 clang-tidy :
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ name: Deploy mdBook site to Pages
88on :
99 # Runs on pushes targeting the default branch
1010 push :
11- branches : ["qe3" ]
11+ branches : [ "main" ]
1212
1313 # Allows you to run this workflow manually from the Actions tab
1414 workflow_dispatch :
You can’t perform that action at this time.
0 commit comments