Skip to content

Commit

Permalink
ci: only run docs build/publish on v... tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Arcath committed Oct 13, 2024
1 parent 1803ec6 commit 57a3562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ jobs:
docs:
name: 📚 Docs
needs: [prepare]
if: ${{ needs.prepare.outputs.docs == 'true' }}
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
runs-on: ubuntu-latest
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-docs
Expand Down

0 comments on commit 57a3562

Please sign in to comment.