Skip to content

Commit 208b18c

Browse files
Build release branches too (#386)
Signed-off-by: Francesco Guardiani <[email protected]>
1 parent 9d45943 commit 208b18c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/master.yaml renamed to .github/workflows/branch.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- master
7+
- 2.[0-9]+
78

89
jobs:
910
test:

.github/workflows/pr.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
pull_request:
55
branches:
66
- master
7+
- 2.[0-9]+
78

89
jobs:
910
test:

0 commit comments

Comments
 (0)