diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 70424cfb..bb14f8cf 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -1,13 +1,12 @@ name: Publish on: - push: - branches: [main] - tags: ["v*"] + release: + types: [published] concurrency: group: publish-${{ github.ref }} - cancel-in-progress: true + cancel-in-progress: false jobs: publish-crates: