Skip to content

Commit 5820c2f

Browse files
committed
updating workflow to only run with tags
1 parent 037a25a commit 5820c2f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
name: Publish Artifacts
22

3+
# TODO: Update this workflow to only run when
4+
# a tag has been created.
35
on:
46
push:
5-
branches:
6-
- main
7+
tags:
8+
- 'v*'
79

810
permissions:
911
id-token: write

0 commit comments

Comments
 (0)