Skip to content

Commit 454c481

Browse files
committed
adjust pipeline
1 parent 2bddefe commit 454c481

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.github/workflows/cd.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
on:
2-
workflow_run:
3-
workflows: ["Markup parsing tests"]
4-
branches: [main]
5-
types:
6-
- completed
2+
# workflow_run:
3+
# workflows: ["Markup parsing tests"]
4+
# branches: [main]
5+
# types:
6+
# - completed
77
push:
88
tags:
99
- "*"
@@ -24,8 +24,6 @@ jobs:
2424
node-version: 14.x
2525
- name: Install Dependencies
2626
run: npm ci
27-
# - name: Package Extension
28-
# run: npm run package
2927
- name: Publish to Visual Studio Marketplace
3028
run: ./node_modules/.bin/vsce publish -p ${{ secrets.VSCE_PAT }}
3129
- name: Publish to Open VSX Registry

0 commit comments

Comments
 (0)