Skip to content

Commit 95dd6ac

Browse files
authored
Backport: Trigger CI on push to backport branches (#537)
1 parent 17582f1 commit 95dd6ac

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
push:
1111
branches:
1212
- master
13+
- backport**
1314
paths-ignore:
1415
- 'LICENSE'
1516
- 'README.md'

.github/workflows/downstream.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
name: IntegrationTest
22
on:
33
push:
4-
branches: [master]
4+
branches:
5+
- master
6+
- backport**
57
tags: [v*]
68
pull_request:
79
paths-ignore:

0 commit comments

Comments
 (0)