Skip to content

Commit 9abc521

Browse files
committed
[ci] publish on tag changes
1 parent 50d8730 commit 9abc521

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146
- static
147147
- upgrade
148148
- test
149-
if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/heads/branch-2')
149+
if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/heads/branch-2') || startsWith(github.ref, 'refs/tags/v2')
150150
steps:
151151
- name: Checkout
152152
uses: actions/checkout@v4

0 commit comments

Comments
 (0)