Finschia / cosmwasm

Fast and reusable WebAssembly smart contract runtime(and library) for finschia-sdk.
Apache License 2.0
27 stars 14 forks source link

fix: fix release.yml to trigger release only when PR is merged #172

Closed loloicci closed 2 years ago

loloicci commented 2 years ago

Description

actions' release is now triggered also when PR is closed without merging. This PR changes the trigger "PR closed" with "commits is added to the main branch".

Closes #171

tested in https://github.com/loloicci/cosmwasm-citest/pulls?q=is%3Apr+is%3Aclosed and https://github.com/loloicci/cosmwasm-citest/actions/workflows/release.yml .

Types of changes

Checklist

loloicci commented 2 years ago

Sorry, an empty commit was included. I dropped it. Other commits are the same.