Skip to content

Commit

Permalink
docs: only upload if tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Kurfer committed Jun 20, 2024
1 parent 54b4c40 commit 5290b65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
- build-docs
- test-docs
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags/v')
steps:
- name: Download artifacts
uses: actions/download-artifact@v4
Expand Down

0 comments on commit 5290b65

Please sign in to comment.