Skip to content

Commit 5b53422

Browse files
committed
Updates yaml to publish only on GitHub release
1 parent 0e9ddcd commit 5b53422

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
on:
2-
push:
3-
tags:
4-
- '*'
2+
release:
3+
types: [published]
54

65
name: Deploy Extension
76
jobs:

0 commit comments

Comments
 (0)