diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 939f0bd42..4698da12b 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -6,7 +6,7 @@ on: - '*' tags: # semver tags: - - 'v[12].[0-9]+.[0-9]+' + - 'v[0-9].[0-9]+.[0-9]+' pull_request: branches: - main diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 086e7d689..b6c088bbe 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -6,7 +6,7 @@ on: - '*' tags: # semver tags: - - 'v[12].[0-9]+.[0-9]+' + - 'v[0-9].[0-9]+.[0-9]+' pull_request: branches: - main