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 eaf6511 commit 3d74a4fCopy full SHA for 3d74a4f
.github/workflows/ci-cd.yml
@@ -1,5 +1,5 @@
1
# inspired from https://github.com/eclipse-theia/theia-cpp-extensions/raw/master/.github/workflows/ci-cd.yml
2
-# and https://github.com/theia-ide/theia-trace-extension/raw/master/.github/workflows/build.yml
+# and https://github.com/eclipse-cdt-cloud/theia-trace-extension/raw/master/.github/workflows/build.yml
3
4
name: CI-CD
5
@@ -49,7 +49,7 @@ jobs:
49
50
publish:
51
needs: build
52
- if: github.ref == 'refs/heads/master' && github.event_name == 'push' && github.repository == 'theia-ide/tsp-typescript-client'
+ if: github.ref == 'refs/heads/master' && github.event_name == 'push' && github.repository == 'eclipse-cdt-cloud/tsp-typescript-client'
53
54
runs-on: ubuntu-latest
55
0 commit comments