mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 11:36:54 -04:00
ci: add workflow_dispatch
This commit is contained in:
parent
fb6d60c7b9
commit
a2ee5610ae
2 changed files with 2 additions and 0 deletions
1
.github/workflows/update-lockfile.yml
vendored
1
.github/workflows/update-lockfile.yml
vendored
|
|
@ -6,6 +6,7 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- master
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
update-lockfile:
|
||||
|
|
|
|||
1
.github/workflows/update-readme.yml
vendored
1
.github/workflows/update-readme.yml
vendored
|
|
@ -4,6 +4,7 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- master
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
update-readme:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue