Skip to content

Commit

Permalink
set release branch to 1.0.21-release
Browse files Browse the repository at this point in the history
  • Loading branch information
neetopia authored and ting-yuan committed Apr 8, 2024
1 parent 6d85310 commit 2dd0ac1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/auto-merge.yml
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0
ref: 1.0.20-release
ref: 1.0.21-release

- name: merge commits from main to release branch
run: |
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0
ref: 1.0.20-release
ref: 1.0.21-release

- name: merge commits from main to release branch
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Expand Up @@ -4,9 +4,9 @@ name: CI

on:
push:
branches: [ main, 1.0.20-release, 1.0.19-release ]
branches: [ main, 1.0.20-release, 1.0.21-release ]
pull_request:
branches: [ main, 1.0.20-release, 1.0.19-release ]
branches: [ main, 1.0.20-release, 1.0.21-release ]

jobs:
build-and-test:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
fail-fast: false
matrix:
branch: [ main, 1.0.19-release, 1.0.20-release ]
branch: [ main, 1.0.21-release, 1.0.20-release ]
runs-on: windows-latest
steps:
- name: configure Pagefile
Expand Down

0 comments on commit 2dd0ac1

Please sign in to comment.