Skip to content

Commit 6d236e8

Browse files
committed
ignore test pipeline on tags
1 parent 733cb8c commit 6d236e8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yaml

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

33
on:
44
push:
5+
branches:
6+
- '**'
7+
tags-ignore:
8+
- '**'
59

610
jobs:
711
test:

0 commit comments

Comments
 (0)