Skip to content

Commit 516e3b9

Browse files
authored
add continuous integration for pull requests (#61)
* added test ci for pull requests * Update test.yml * Update test.yml
1 parent 5b35b04 commit 516e3b9

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
- master
77
tags-ignore:
88
- "*"
9+
pull_request:
10+
branches:
11+
- 'release/**'
912

1013
jobs:
1114
pre_job:

0 commit comments

Comments
 (0)