Skip to content

Commit 469ca1c

Browse files
do not run separate tests action when release is triggering tests on push of tag.
1 parent b1b0482 commit 469ca1c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: Test
22

33
on:
44
push:
5+
tags-ignore:
6+
- '**'
57
pull_request:
68
workflow_call:
79

0 commit comments

Comments
 (0)