Skip to content

Commit 9e5ecae

Browse files
authored
ci: don't trigger when tags are pushed (#67)
1 parent 559bc0a commit 9e5ecae

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
push:
77
paths-ignore:
88
- '**.md'
9+
tags-ignore:
10+
- v**
911
pull_request:
1012
branches:
1113
- main

0 commit comments

Comments
 (0)