Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: restrict the release workflow (#88)
Currently, when publishing a new release using Github UI, we trigger 3 release workflows. It looks like that 3 action types: created, published, released trigger the workflow. This commit restricts the release workflow to run on published activity type only. Reference: - https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#release - https://docs.github.com/en/webhooks/webhook-events-and-payloads?actionType=published#release
- Loading branch information