Skip to content

Commit 685a691

Browse files
committed
adjust CI to test this branch
1 parent 8aed341 commit 685a691

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci-nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: CI-nightly
22
on:
33
pull_request:
44
branches:
5-
- master
5+
- v1-backports
66
push:
77
branches:
8-
- master
8+
- v1-backports
99
tags: '*'
1010
jobs:
1111
test:

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: CI
22
on:
33
pull_request:
44
branches:
5-
- master
5+
- v1-backports
66
push:
77
branches:
8-
- master
8+
- v1-backports
99
tags: '*'
1010
jobs:
1111
test:

0 commit comments

Comments
 (0)