Skip to content

Commit c9349c0

Browse files
committed
master branch is "main" correct
1 parent 68db474 commit c9349c0

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- 'main'
88
pull_request:
99
branches:
10-
- 'master'
10+
- 'main'
1111
concurrency:
1212
# Skip intermediate builds: always.
1313
# Cancel intermediate builds: only if it is a pull request build.

.github/workflows/Documentation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ on:
55
tags:
66
- '*'
77
branches:
8-
- 'master'
8+
- 'main'
99
pull_request:
1010
branches:
11-
- 'master'
11+
- 'main'
1212

1313
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
1414
permissions:

.github/workflows/downgrade.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ on:
44
tags:
55
- '*'
66
branches:
7-
- 'master'
7+
- 'main'
88
pull_request:
99
branches:
10-
- 'master'
10+
- 'main'
1111
jobs:
1212
test:
1313
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }}

docs/make.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ makedocs(;
2323
if CI
2424
deploydocs(;
2525
repo="github.com/QuantumEngineeredSystems/QuestBase.jl";
26-
# devbranch="master",
26+
# devbranch="main",
2727
# target="build",
2828
# branch="gh-pages",
2929
push_preview=true,

0 commit comments

Comments
 (0)