diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 57f25755..79c0451e 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -2,8 +2,8 @@ name: '[CI] Build Release' on: push: - tags: - - '**' + tags: + - '[0-9][0-9][0-9][0-9].[0-9][0-9].[0-9]' env: MINICONDA_PYTHON_VERSION: py38