Skip to content

Commit 44d5dc6

Browse files
committed
update test workflow
1 parent 5e51e6e commit 44d5dc6

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
name: test
2-
on: [push, pull_request]
2+
on:
3+
push:
4+
branches: [dev]
5+
tags: [v*]
6+
pull_request:
7+
types: [opened, synchronize]
38

49
jobs:
510
test:

0 commit comments

Comments
 (0)