Skip to content

Commit 5f5938e

Browse files
committed
Fix duplicated CI jobs on tag push
Add tags-ignore to build-and-test.yml so tag pushes only trigger the Release workflow (which calls build-and-test via workflow_call).
1 parent 24dfc9d commit 5f5938e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-and-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
# Run on all branches, but not on tags (release.yml handles tags)
66
branches:
77
- '**'
8+
tags-ignore:
9+
- '**'
810
pull_request:
911
workflow_call:
1012

0 commit comments

Comments
 (0)