Skip to content

Commit fb42907

Browse files
authored
ci: Allows checks and image builds for master-v1 branch (#173)
1 parent 1bf1e4f commit fb42907

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build-image.yml

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+
- 'master-v1'
78
- 'epic/**'
89
pull_request:
910
branches: ['**']

.github/workflows/erlang-checks.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+
- 'master-v1'
78
- 'epic/**'
89
pull_request:
910
branches: ['**']

0 commit comments

Comments
 (0)