Skip to content

Commit

Permalink
Allow documentation building on pushes to v1 (#542)
Browse files Browse the repository at this point in the history
I think this is why there the hosted documentation doesn't have 1.8
  • Loading branch information
ararslan authored Jun 26, 2023
1 parent 6406a70 commit d32f361
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/Documenter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
push:
branches:
- 'master'
- 'v1'
tags: '*'
pull_request:
jobs:
Expand Down

0 comments on commit d32f361

Please sign in to comment.