We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d76271 commit be3ad1fCopy full SHA for be3ad1f
.github/workflows/build.yaml
@@ -1,8 +1,9 @@
1
name: vsixbuilder
2
3
on:
4
- push:
5
- branches: [main]
+ pull_request:
+ tags:
6
+ - "v*"
7
8
permissions:
9
contents: read
0 commit comments