diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 79eb38a..5575f6b 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -1,9 +1,9 @@ name: Release on: - push: - tags: - - "v*" + release: + types: + - published jobs: test: