Skip to content

Commit c156d45

Browse files
authored
Changed the branches for the testing workflow
1 parent b4028db commit c156d45

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,14 @@ name: Test
33
on:
44
push:
55
branches:
6-
- "dev"
7-
- "feat-*"
8-
- "release-*"
6+
- "master"
7+
- "rc-*"
98
paths-ignore:
109
- '**.md'
1110

1211
pull_request:
1312
branches:
14-
- "dev"
15-
- "feat-*"
16-
- "release-*"
13+
- "master"
1714
paths-ignore:
1815
- '**.md'
1916

0 commit comments

Comments
 (0)