Skip to content

Commit 0f0768e

Browse files
michailtydonelson
authored andcommitted
chore: update release workflow
1 parent a223216 commit 0f0768e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
# This is a workflow to publish master branch changes to VSCE
22
name: "Release to Marketplace"
33

4-
# Controls when the action will run when a new release is published.
4+
# This action will only run when a new GitHub release is published.
55
on:
6-
push:
7-
branches:
8-
- master
6+
release:
7+
types: [published]
98

109
jobs:
1110
release:

0 commit comments

Comments
 (0)