Skip to content

Commit bd013b2

Browse files
committed
workflow change
1 parent c046f9d commit bd013b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ on:
44
push:
55
branches:
66
- main # Triggers on pushes to the main branch
7-
tags:
8-
- 'v*.*.*' # Triggers on tag pushes matching the pattern
7+
#tags:
8+
# - 'v*.*.*' # Triggers on tag pushes matching the pattern
99

1010
jobs:
1111
build-and-publish:

0 commit comments

Comments
 (0)