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 remove filtering of branches;
Pushes to any branches trigger main CI.
  • Loading branch information
ting-yuan committed Oct 23, 2024
1 parent 1ca8ca1 commit 2c02fe3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 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
8 changes: 1 addition & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,7 @@

name: CI

on:
push:
branches: [ main, 1.0.26-release, 1.0.25-release ]
pull_request:
branches: [ main, 1.0.26-release, 1.0.25-release ]
workflow_dispatch:
branches: [ main, 1.0.26-release, 1.0.25-release ]
on: [push, pull_request, workflow_dispatch]

jobs:
build-and-test:
Expand Down

0 comments on commit 2c02fe3

Please sign in to comment.