Skip to content

Commit 5f4347a

Browse files
authored
Added release branches to test.yaml (#1101)
Signed-off-by: Sebastian Schuster <[email protected]>
1 parent bdbd8a1 commit 5f4347a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/test.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,14 @@ name: test
22
on:
33
push:
44
branches:
5-
- main
5+
- "main"
6+
- "release/*"
67
paths-ignore:
78
- '**/*.md'
89
pull_request:
910
branches:
10-
- main
11+
- "main"
12+
- "release/*"
1113
paths-ignore:
1214
- '**/*.md'
1315

0 commit comments

Comments
 (0)