mirror of
https://github.com/martinvonz/jj.git
synced 2025-02-11 23:08:03 +00:00
github: run release workflow on publish and edit
The 0.23.0 release actions failed to run. Perhaps it's because I used "save as draft" (to view the markdown) before I published it. Running the actions on publish seems more correct.
This commit is contained in:
parent
5de285f5eb
commit
5046157e96
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -2,7 +2,7 @@ name: Release
|
|||
|
||||
on:
|
||||
release:
|
||||
types: [created]
|
||||
types: [published, edited]
|
||||
|
||||
permissions: read-all
|
||||
|
||||
|
|
Loading…
Reference in a new issue