Skip to content

Commit 6491505

Browse files
datedfaustbrian
authored andcommitted
chore: update workflow config (#105)
1 parent 11cae04 commit 6491505

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/test.yml

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
name: Test
22

33
on:
4-
push:
5-
branches:
6-
- '**'
7-
pull_request:
8-
types: [opened]
4+
push:
5+
branches:
6+
- "master"
7+
- "develop"
8+
pull_request:
9+
types: [ready_for_review, synchronize, opened]
910

1011
jobs:
1112
unit:

0 commit comments

Comments
 (0)