Skip to content

Commit

Permalink
ci: re-run 'Release.yml' on release edits (#15)
Browse files Browse the repository at this point in the history
* ci: added 'workflow_dispatch' to 'Release.yml'

* imp: added edited to Release.yml
  • Loading branch information
srdtrk authored Oct 28, 2023
1 parent 7ece8a6 commit 193c9d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: release wasm

on:
release:
types: [created]
types: [created, edited]
workflow_dispatch:

jobs:
release:
Expand Down

0 comments on commit 193c9d9

Please sign in to comment.