Skip to content

Commit d007d4b

Browse files
committed
💚 Fix cicd build
1 parent 8e1f6f6 commit d007d4b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ name: Publish
22

33
on:
44
push:
5-
tags:
6-
- "v*"
5+
branches: [ main ]
76

87
jobs:
98
build:

0 commit comments

Comments
 (0)