Skip to content

Commit a1e2590

Browse files
committed
Change QE3 branch to main
1 parent 1253894 commit a1e2590

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/appimage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ concurrency:
66

77
on:
88
push:
9-
branches: [ "master", "qe3" ]
9+
branches: [ "main" ]
1010
pull_request:
11-
branches: [ "master", "qe3" ]
11+
branches: [ "main" ]
1212

1313
jobs:
1414
ubuntu-qe3:

.github/workflows/installer.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Installer
22

33
on:
44
push:
5-
branches: [ "master", "qe3" ]
5+
branches: [ "main" ]
66
pull_request:
7-
branches: [ "master", "qe3" ]
7+
branches: [ "main" ]
88

99
jobs:
1010
windows:

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Lint
22

33
on:
44
push:
5-
branches: [ "master", "qe3" ]
5+
branches: [ "main" ]
66
pull_request:
7-
branches: [ "master", "qe3" ]
7+
branches: [ "main" ]
88

99
jobs:
1010
clang-tidy:

.github/workflows/mdbook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ name: Deploy mdBook site to Pages
88
on:
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:

0 commit comments

Comments
 (0)