mirror of
https://github.com/Hopiu/lychee.git
synced 2026-05-11 07:13:10 +00:00
listen to more release triggers for binary builds
This commit is contained in:
parent
eff84617a0
commit
9fb9057c60
1 changed files with 2 additions and 0 deletions
2
.github/workflows/release-binary.yml
vendored
2
.github/workflows/release-binary.yml
vendored
|
|
@ -10,6 +10,8 @@ on:
|
|||
release:
|
||||
types:
|
||||
- published
|
||||
- created
|
||||
- prereleased
|
||||
|
||||
env:
|
||||
CARGO_TERM_COLOR: always
|
||||
|
|
|
|||
Loading…
Reference in a new issue