File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 77 - ' main'
88 pull_request :
99 branches :
10- - ' master '
10+ - ' main '
1111concurrency :
1212 # Skip intermediate builds: always.
1313 # Cancel intermediate builds: only if it is a pull request build.
Original file line number Diff line number Diff line change 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
1414permissions :
Original file line number Diff line number Diff line change 44 tags :
55 - ' *'
66 branches :
7- - ' master '
7+ - ' main '
88 pull_request :
99 branches :
10- - ' master '
10+ - ' main '
1111jobs :
1212 test :
1313 name : Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }}
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ makedocs(;
2323if 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 ,
You can’t perform that action at this time.
0 commit comments