Skip to content

Commit da8f36f

Browse files
committed
Clean up
1 parent 1c059d6 commit da8f36f

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/ci.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
- main
55
- master
66
- develop
7-
- package-vsix
87

98
jobs:
109
build:

.github/workflows/package-vsix.yaml

+2-4
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,8 @@ name: Package .vsix
22

33
on:
44
push:
5-
# tags:
6-
# - '*'
7-
branches:
8-
- package-vsix
5+
tags:
6+
- '*'
97

108
jobs:
119
package:

0 commit comments

Comments
 (0)