We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27e3449 commit 42c9f0aCopy full SHA for 42c9f0a
.github/workflows/deploy.yml
@@ -7,6 +7,7 @@ on:
7
jobs:
8
deploy:
9
runs-on: ubuntu-latest
10
+ if: github.repository == 'fwcd/kotlin-language-server'
11
steps:
12
- uses: actions/checkout@v3
13
- name: Setup JDK
0 commit comments