diff options
| author | Christian Clason <c.clason@uni-graz.at> | 2022-08-21 13:15:13 +0200 |
|---|---|---|
| committer | Christian Clason <christian.clason@uni-due.de> | 2022-08-23 00:52:35 +0200 |
| commit | a2ee5610ae5986797809358c9ace840eca6fd030 (patch) | |
| tree | 95822c243630d1180977a1387db810b3e29ca5ac /.github | |
| parent | highlights(ecma): Update queries for literals (diff) | |
| download | nvim-treesitter-a2ee5610ae5986797809358c9ace840eca6fd030.tar nvim-treesitter-a2ee5610ae5986797809358c9ace840eca6fd030.tar.gz nvim-treesitter-a2ee5610ae5986797809358c9ace840eca6fd030.tar.bz2 nvim-treesitter-a2ee5610ae5986797809358c9ace840eca6fd030.tar.lz nvim-treesitter-a2ee5610ae5986797809358c9ace840eca6fd030.tar.xz nvim-treesitter-a2ee5610ae5986797809358c9ace840eca6fd030.tar.zst nvim-treesitter-a2ee5610ae5986797809358c9ace840eca6fd030.zip | |
ci: add workflow_dispatch
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/update-lockfile.yml | 1 | ||||
| -rw-r--r-- | .github/workflows/update-readme.yml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/update-lockfile.yml b/.github/workflows/update-lockfile.yml index 47e55ba42..8b328e290 100644 --- a/.github/workflows/update-lockfile.yml +++ b/.github/workflows/update-lockfile.yml @@ -6,6 +6,7 @@ on: push: branches: - master + workflow_dispatch: jobs: update-lockfile: diff --git a/.github/workflows/update-readme.yml b/.github/workflows/update-readme.yml index dba7ba260..62f8bd4fc 100644 --- a/.github/workflows/update-readme.yml +++ b/.github/workflows/update-readme.yml @@ -4,6 +4,7 @@ on: push: branches: - master + workflow_dispatch: jobs: update-readme: |
