Skip to content

Commit

Permalink
set release branch to 1.0.24
Browse files Browse the repository at this point in the history
  • Loading branch information
neetopia committed Jul 16, 2024
1 parent 015f926 commit 2384046
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.23-release
ref: 1.0.24-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.23-release ]
branches: [ main, 1.0.24-release, 1.0.23-release ]
pull_request:
branches: [ main, 1.0.22-release, 1.0.23-release ]
branches: [ main, 1.0.24-release, 1.0.23-release ]
workflow_dispatch:
branches: [ main, 1.0.22-release, 1.0.23-release ]
branches: [ main, 1.0.24-release, 1.0.23-release ]

jobs:
build-and-test:
Expand Down

0 comments on commit 2384046

Please sign in to comment.