From f582c9ca5cbfa8e2641ac925768abbcff2d92853 Mon Sep 17 00:00:00 2001 From: Jiaxiang Chen Date: Tue, 7 Nov 2023 13:52:09 -0800 Subject: [PATCH] set release branch to 1.0.15-release --- .github/workflows/auto-merge.yml | 4 ++-- .github/workflows/main.yml | 4 ++-- .github/workflows/nightly.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml index c8ecf325af..4c4a7f0f29 100644 --- a/.github/workflows/auto-merge.yml +++ b/.github/workflows/auto-merge.yml @@ -21,7 +21,7 @@ jobs: - uses: actions/checkout@v2 with: fetch-depth: 0 - ref: 1.0.14-release + ref: 1.0.15-release - name: merge commits from main to release branch run: | @@ -106,7 +106,7 @@ jobs: - uses: actions/checkout@v2 with: fetch-depth: 0 - ref: 1.0.14-release + ref: 1.0.15-release - name: merge commits from main to release branch run: | diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 55148368fc..62b676c96e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -4,9 +4,9 @@ name: CI on: push: - branches: [ main, 1.0.14-release, 1.0.13-release ] + branches: [ main, 1.0.14-release, 1.0.15-release ] pull_request: - branches: [ main, 1.0.14-release, 1.0.13-release ] + branches: [ main, 1.0.14-release, 1.0.15-release ] jobs: build-and-test: diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index e389406cae..082478ac68 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -7,7 +7,7 @@ jobs: strategy: fail-fast: false matrix: - branch: [ main, 1.0.13-release, 1.0.14-release ] + branch: [ main, 1.0.15-release, 1.0.14-release ] runs-on: windows-latest steps: - name: configure Pagefile