Skip to content

Commit 412ca10

Browse files
committed
fix(CI): trigger CI only on release tags instead of all tags
1 parent 15b8cd0 commit 412ca10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-and-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches:
66
- main
77
tags:
8-
- '*'
8+
- 'v*'
99
workflow_call:
1010
workflow_dispatch:
1111
inputs:

0 commit comments

Comments
 (0)