diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e7c74096..3480b9db 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -6,7 +6,8 @@ on: - 'main' - '!dependabot/**' tags: - - '**' + # semver tags + - 'v[0-9]+\.[0-9]+\.[0-9]+-?**' pull_request: {} jobs: