Skip to content

Commit 30fbd2b

Browse files
sschuChris Milson-Tokunaga
authored andcommitted
Added release branches to test.yaml (#1101)
Signed-off-by: Sebastian Schuster <[email protected]>
1 parent 2f6ad7a commit 30fbd2b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 2 deletions
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)