We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c54ed82 commit 1dd8db2Copy full SHA for 1dd8db2
1 file changed
.github/workflows/documentation.yml
@@ -35,8 +35,8 @@ jobs:
35
- run: |
36
sphinx-build --builder html docs/source/ docs/build/html
37
38
- # TODO: only on push to master
39
- - name: Upload artifact
+ - name: Upload artifact (only on push to master)
+ if: github.event_name == 'push' && github.ref == 'refs/heads/master'
40
uses: actions/upload-pages-artifact@v4
41
with:
42
path: './docs/build/html'
0 commit comments