Skip to content

Commit 51f6c82

Browse files
authored
Fix backport branch CI (#581)
1 parent 986892f commit 51f6c82

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
push:
99
branches:
1010
- master
11+
- backport**
1112
paths-ignore:
1213
- 'LICENSE'
1314
- 'README.md'

.github/workflows/downstream.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+
- backport**
67
tags: '*'
78
pull_request:
89
paths-ignore:

0 commit comments

Comments
 (0)