Skip to content

Commit 428b8ef

Browse files
committed
add release branch for all branches
1 parent 6e5a1dd commit 428b8ef

File tree

7 files changed

+7
-1
lines changed

7 files changed

+7
-1
lines changed

.github/workflows/build.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
- main
7+
- release/*
78
pull_request:
89
branches:
910
- main

.github/workflows/docker.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
- main
7+
- release/*
78
paths:
89
- "docker/**"
910
- ".github/workflows/docker.yaml"

.github/workflows/e2e-tests.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
- main
7+
- release/*
78
# Run every day at 18:00 UTC
89
schedule:
910
- cron: '0 18 * * *'

.github/workflows/lint-check.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
- main
7+
- release/*
78
pull_request:
89
branches:
910
- main

.github/workflows/pr-tests.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
- main
7+
- release/*
78
types: [opened, reopened, synchronize, ready_for_review]
89

910
concurrency:

.github/workflows/release.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
- main
7+
- release/*
78
release:
89
types:
910
- published

.github/workflows/starship-docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches:
66
- main
7-
- anmol/bug-faucet-relayer # build debug docker images
7+
- release/*
88

99
concurrency:
1010
group: ${{ github.workflow }}-${{ github.ref }}-starship-docker

0 commit comments

Comments
 (0)