mirror of
https://github.com/tree-sitter/tree-sitter.git
synced 2026-09-10 07:36:22 -04:00
Merge pull request #2918 from dundargoc/ci/publish
ci: add workflow_dispatch event to publish
This commit is contained in:
commit
ff53f54e53
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…
Reference in a new issue