Skip to content

Commit f062b1d

Browse files
authored
Update documentation.yml
1 parent d57fe09 commit f062b1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/documentation.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

@@ -23,4 +23,4 @@ jobs:
2323
env:
2424
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # If authenticating with GitHub Actions token
2525
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }} # If authenticating with SSH deploy key
26-
run: julia --project=docs/ docs/make.jl
26+
run: julia --project=docs/ docs/make.jl

0 commit comments

Comments
 (0)