Skip to content

Commit 34f781b

Browse files
committed
documentation #41: adding back publish on main only
1 parent e643b57 commit 34f781b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646

4747
publish-docs:
4848
needs: build-docs
49+
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
4950
runs-on: ubuntu-22.04
5051
steps:
5152
- name: Download Documentation

0 commit comments

Comments
 (0)