diff --git a/.github/workflows/argilla.docs.yml b/.github/workflows/argilla.docs.yml index 4c59027f5a..6e86c879a1 100644 --- a/.github/workflows/argilla.docs.yml +++ b/.github/workflows/argilla.docs.yml @@ -9,7 +9,7 @@ on: push: tags: - - "v*" + - "v[0-9]+.[0-9]+" branches: - "main" - "develop"