We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5492a24 commit d278233Copy full SHA for d278233
1 file changed
.github/workflows/gen-annotations.yml
@@ -2,6 +2,8 @@ name: gen-annotations
2
3
on:
4
push:
5
+ branches:
6
+ - master
7
paths:
8
- lsp/**
9
- scripts/gen_json_schemas.lua
@@ -11,7 +13,7 @@ on:
11
13
12
14
jobs:
15
gen-annotations:
- if: github.actor != 'github-actions[bot]'
16
+ if: github.actor != 'github-actions[bot]' && github.repository == 'neovim/nvim-lspconfig'
17
runs-on: ubuntu-latest
18
permissions:
19
contents: write
0 commit comments