Skip to content

Commit 87b5929

Browse files
committed
char: Introduce development branch
1 parent ee58586 commit 87b5929

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

.github/workflows/lambda-runner-binaries-syncer.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
push:
77
branches:
88
- master
9+
- develop
910
pull_request:
1011
paths:
1112
- .github/workflows/lambda-runner-binaries-syncer.yml

.github/workflows/lambda-runners.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
push:
44
branches:
55
- master
6+
- develop
67
pull_request:
78
paths:
89
- .github/workflows/lambda-runners.yml

.github/workflows/lambda-webhook.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
push:
44
branches:
55
- master
6+
- develop
67
pull_request:
78
paths:
89
- .github/workflows/lambda-webhook.yml

.github/workflows/terraform.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
push:
44
branches:
55
- master
6+
- develop
67
pull_request:
78
paths-ignore:
89
- "modules/*/lambdas/**"

0 commit comments

Comments
 (0)