Skip to content

Commit 1493e4c

Browse files
committed
fix github workflow
1 parent 2dc96ff commit 1493e4c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/publish.yml

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

33
on:
44
push:
5-
branches:
6-
- 'main'
7-
- 'compose-1.4'
85
tags:
9-
= v1.*
6+
= v1.**
107

118
jobs:
129
publish:

0 commit comments

Comments
 (0)