Skip to content

Commit 14e5776

Browse files
ting-yuanKSP Auto Pick
authored and
KSP Auto Pick
committed
CI: Update release branch to 1.0.20
(cherry picked from commit e8d42f8)
1 parent f016258 commit 14e5776

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/auto-merge.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/checkout@v2
2222
with:
2323
fetch-depth: 0
24-
ref: 1.0.19-release
24+
ref: 1.0.20-release
2525

2626
- name: merge commits from main to release branch
2727
run: |
@@ -109,7 +109,7 @@ jobs:
109109
- uses: actions/checkout@v2
110110
with:
111111
fetch-depth: 0
112-
ref: 1.0.19-release
112+
ref: 1.0.20-release
113113

114114
- name: merge commits from main to release branch
115115
run: |

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ name: CI
44

55
on:
66
push:
7-
branches: [ main, 1.0.18-release, 1.0.19-release ]
7+
branches: [ main, 1.0.20-release, 1.0.19-release ]
88
pull_request:
9-
branches: [ main, 1.0.18-release, 1.0.19-release ]
9+
branches: [ main, 1.0.20-release, 1.0.19-release ]
1010

1111
jobs:
1212
build-and-test:

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
strategy:
88
fail-fast: false
99
matrix:
10-
branch: [ main, 1.0.19-release, 1.0.18-release ]
10+
branch: [ main, 1.0.19-release, 1.0.20-release ]
1111
runs-on: windows-latest
1212
steps:
1313
- name: configure Pagefile

0 commit comments

Comments
 (0)