Skip to content

Commit

Permalink
bug fix for docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ctkelley committed Jan 9, 2023
1 parent a8b0661 commit cda11bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Documentation
on:
push:
branches:
- 'master'
- 'main'
- 'release-'
paths-ignore:
- 'LICENSE.md'
Expand All @@ -17,7 +17,7 @@ jobs:
# if: "!contains(github.event.head_commit.message, 'skip ci')"
strategy:
matrix:
julia-version: [1.7]
julia-version: [1.8]
julia-arch: [x86]
os: [ubuntu-latest]
steps:
Expand Down

0 comments on commit cda11bb

Please sign in to comment.