Skip to content

Commit 2f13387

Browse files
Run CI in release branches
1 parent 0944e3f commit 2f13387

3 files changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build docker image
33
on:
44
workflow_dispatch:
55
push:
6-
branches: [main]
6+
branches: [main, release-**]
77
tags:
88
- v**
99

.github/workflows/integration.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ name: Integration
44
on:
55
pull_request:
66
push:
7-
branches:
8-
- main
7+
branches: [main, release-**]
98
schedule:
109
- cron: "0 */6 * * *" # Every 6 hours
1110
workflow_dispatch:

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ on:
44
pull_request:
55
workflow_dispatch:
66
push:
7-
branches:
8-
- main
7+
branches: [main, release-**]
98

109
permissions:
1110
contents: read

0 commit comments

Comments
 (0)