diff --git a/.github/workflows/tag.yml b/.github/workflows/tag.yml index 1bb34fe1..eb15f442 100644 --- a/.github/workflows/tag.yml +++ b/.github/workflows/tag.yml @@ -6,6 +6,7 @@ on: jobs: tag: + if: ${{ startsWith(github.ref, 'refs/tags/v1') || startsWith(github.ref, 'refs/tags/v2') }} runs-on: ubuntu-latest steps: diff --git a/VERSION b/VERSION index a201e8ea..f1409d8b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.21.1-develop3 +1.21.1-develop4