We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07713df commit 6178007Copy full SHA for 6178007
1 file changed
.github/workflows/build.yml
@@ -57,6 +57,7 @@ jobs:
57
- name: build docs
58
run: make docs
59
- name: publish docs
60
+ if: github.ref == 'refs/heads/main'
61
run: make publish-docs
62
- name: publish
63
if: ${{ github.ref == 'refs/heads/main' && github.event.head_commit.message == 'release' }}
0 commit comments