mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-17 19:00:02 -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:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
update-lockfile:
|
update-lockfile:
|
||||||
|
|
|
||||||
1
.github/workflows/update-readme.yml
vendored
1
.github/workflows/update-readme.yml
vendored
|
|
@ -4,6 +4,7 @@ on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
update-readme:
|
update-readme:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue