Skip to content

Commit

Permalink
CI: Update release branch to 1.0.27
Browse files Browse the repository at this point in the history
Also rewrote the main CI so that it triggers on all release branches.

(cherry picked from commit e60917d)
  • Loading branch information
ting-yuan committed Oct 23, 2024
1 parent 993e88a commit 2d2e7e7
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.26-release
ref: 1.0.27-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.26-release, 1.0.25-release ]
branches: [ main, '[0-9]+.[0-9]+.[0-9]+-release*' ]
pull_request:
branches: [ main, 1.0.26-release, 1.0.25-release ]
branches: [ main, '[0-9]+.[0-9]+.[0-9]+-release*' ]
workflow_dispatch:
branches: [ main, 1.0.26-release, 1.0.25-release ]
branches: [ main, '[0-9]+.[0-9]+.[0-9]+-release*' ]

jobs:
build-and-test:
Expand Down

0 comments on commit 2d2e7e7

Please sign in to comment.