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 c3b935f commit d59d24bCopy full SHA for d59d24b
.github/workflows/ci.yml
@@ -1,4 +1,4 @@
1
-name: Node.js CI
+name: CI
2
3
on:
4
push:
.github/workflows/publish-extension.yml
@@ -1,17 +1,16 @@
-name: "Publish to VS Code Marketplace"
+name: "Publish to Marketplace"
- push:
5
- branches:
6
- - master
7
workflow_run:
8
- workflows: ["Node.js CI"]
+ workflows: ["CI"]
9
types:
10
- completed
11
12
-
13
jobs:
14
cd:
+ if: >
+ ${{ github.event.workflow_run.conclusion == 'success' &&
+ github.event.workflow_run.head_branch == 'master' }}
15
runs-on: ubuntu-latest
16
permissions:
17
contents: write
0 commit comments