Skip to content

Commit 705024d

Browse files
authored
Remove unnecessary steps (#22)
1 parent a8ea281 commit 705024d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/publish.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
on:
2-
push:
3-
branches:
4-
- main
52
release:
63
types:
74
- published
@@ -25,7 +22,6 @@ jobs:
2522
# - run: npm test
2623
# if: runner.os != 'Linux'
2724
- name: Publish
28-
if: success() && startsWith(github.ref, 'refs/tags/') && matrix.os == 'ubuntu-latest'
2925
run: yarn deploy
3026
env:
3127
VSCE_PAT: ${{ secrets.VSCE_PAT }}

0 commit comments

Comments
 (0)