Skip to content

Commit 2dc96ff

Browse files
committed
fix github workflow
1 parent 59dd306 commit 2dc96ff

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/publish.yml

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

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

811
jobs:
912
publish:

0 commit comments

Comments
 (0)