Skip to content

Commit

Permalink
ci: Change the tag pattern to tag docs for minor version tags
Browse files Browse the repository at this point in the history
  • Loading branch information
frascuchon committed Jun 21, 2024
1 parent a145c87 commit 13548e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/argilla.docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

push:
tags:
- "v*"
- "v[0-9]+.[0-9]+"
branches:
- "main"
- "develop"
Expand Down Expand Up @@ -62,5 +62,5 @@ jobs:
- run: pdm run mike deploy dev --push
if: github.ref == 'refs/heads/develop'

- run: pdm run mike deploy ${{ github.ref_name }}
- run: pdm run mike deploy ${{ github.ref_name }} --push
if: startsWith(github.ref, 'refs/tags/')

0 comments on commit 13548e4

Please sign in to comment.