Skip to content

Commit

Permalink
CI: Update next release branch to 1.0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
ting-yuan committed Jun 5, 2024
1 parent d60b282 commit 752be7e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0
ref: 1.0.22-release
ref: 1.0.23-release

- name: merge commits from main to release branch
run: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ name: CI

on:
push:
branches: [ main, 1.0.22-release, 1.0.21-release ]
branches: [ main, 1.0.22-release, 1.0.23-release ]
pull_request:
branches: [ main, 1.0.22-release, 1.0.21-release ]
branches: [ main, 1.0.22-release, 1.0.23-release ]
workflow_dispatch:
branches: [ main, 1.0.22-release, 1.0.21-release ]
branches: [ main, 1.0.22-release, 1.0.23-release ]

jobs:
build-and-test:
Expand Down

0 comments on commit 752be7e

Please sign in to comment.