Skip to content

Commit 10ea646

Browse files
authored
Change default branch from 'main' to 'master' in docs
1 parent 4372f05 commit 10ea646

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Documentation
33
on:
44
push:
55
branches:
6-
- main
6+
- master
77
tags: '*'
88
pull_request:
99
types: [opened, synchronize, reopened]
@@ -26,4 +26,4 @@ jobs:
2626
version: 'lts'
2727
- uses: julia-actions/cache@v2
2828
- uses: julia-actions/julia-buildpkg@latest
29-
- run: julia --project=docs/ docs/make.jl
29+
- run: julia --project=docs/ docs/make.jl

0 commit comments

Comments
 (0)