Skip to content

Commit be3ad1f

Browse files
committed
ci: run build on pull_request and tags
1 parent 1d76271 commit be3ad1f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build.yaml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
name: vsixbuilder
22

33
on:
4-
push:
5-
branches: [main]
4+
pull_request:
5+
tags:
6+
- "v*"
67

78
permissions:
89
contents: read

0 commit comments

Comments
 (0)