Skip to content

Commit 44b73fc

Browse files
committed
publish only tags
1 parent 66b1c52 commit 44b73fc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/publish.yaml

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

33
on:
44
push:
5-
branches:
6-
- main
5+
#branches:
6+
# - main
77
# Pattern matched against refs/tags
8-
#tags:
9-
# - "**"
8+
tags:
9+
- "**"
1010

1111
jobs:
1212
publish:

0 commit comments

Comments
 (0)