diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5e24230..190e08e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,7 @@ name: CI on: push: tags: - - '*' # Push events to matching tags (e.g. v1.0, v20.15.10) + - 'v*.*.*' jobs: build-and-test: