mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
chore: run parser update at least daily (#2379)
This commit is contained in:
parent
620cc936ad
commit
422657626b
1 changed files with 2 additions and 0 deletions
2
.github/workflows/update-parsers-pr.yml
vendored
2
.github/workflows/update-parsers-pr.yml
vendored
|
|
@ -1,6 +1,8 @@
|
|||
name: Make Parser Update PR
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '30 6 * * *'
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue