Skip to content

Commit 3f6b660

Browse files
committed
github/workflows: fix on.push and add on.tags
1 parent 223ef88 commit 3f6b660

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@ name: Test
22

33
on:
44
push:
5-
branches: "*"
5+
branches:
6+
- master
7+
tags:
8+
- "v*"
69
pull_request:
710
branches: "*"
811

0 commit comments

Comments
 (0)