Merge pull request #2918 from dundargoc/ci/publish
ci: add workflow_dispatch event to publish
This commit is contained in:
commit
ff53f54e53
1 changed files with 1 additions and 0 deletions
1
.github/workflows/publish.yml
vendored
1
.github/workflows/publish.yml
vendored
|
|
@ -2,6 +2,7 @@ name: Publish to registries
|
|||
|
||||
on:
|
||||
workflow_call:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
crates_io:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue