Skip to content

Commit e2c202a

Browse files
committed
Only publish when pushing on master of theia-ide/tsp-typescript-client
Signed-off-by: Bernd Hufmann <[email protected]>
1 parent 6d2544d commit e2c202a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545

4646
publish:
4747
needs: build
48-
if: ${{ github.event_name == 'push' }}
48+
if: github.ref == 'refs/heads/master' && github.event_name == 'push' && github.repository == 'theia-ide/tsp-typescript-client'
4949

5050
runs-on: ubuntu-latest
5151

0 commit comments

Comments
 (0)