Skip to content

Commit

Permalink
documentation #41: adding back publish on main only
Browse files Browse the repository at this point in the history
  • Loading branch information
FabienDanieau committed Oct 10, 2024
1 parent e643b57 commit 34f781b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:

publish-docs:
needs: build-docs
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
runs-on: ubuntu-22.04
steps:
- name: Download Documentation
Expand Down

0 comments on commit 34f781b

Please sign in to comment.