Skip to content

Commit 91f4048

Browse files
committed
fix(ci): Run bulids on release branches
Follow up to #980
1 parent 0cfaa73 commit 91f4048

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
push:
77
branches:
88
- "master"
9-
- "releases/**"
9+
- "release/**"
1010
pull_request:
1111
env:
1212
DOCKER_COMPOSE_VERSION: 1.24.1

0 commit comments

Comments
 (0)