Skip to content

Commit

Permalink
Update CI to build for dedicated release branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ting-yuan committed Aug 6, 2024
1 parent b84edef commit 4e1f8ca
Showing 1 changed file with 3 additions and 3 deletions.
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.24-release, 1.0.23-release ]
branches: [ 1.0.24-release-2.0.10 ]
pull_request:
branches: [ main, 1.0.24-release, 1.0.23-release ]
branches: [ 1.0.24-release-2.0.10 ]
workflow_dispatch:
branches: [ main, 1.0.24-release, 1.0.23-release ]
branches: [ 1.0.24-release-2.0.10 ]

jobs:
build-and-test:
Expand Down

0 comments on commit 4e1f8ca

Please sign in to comment.