diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 3baf3d23..e5dff206 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -1,6 +1,8 @@ name: release -on: push +on: + release: + types: [published] concurrency: group: ${{ github.workflow }}-${{ github.ref }}