Skip to content

Commit

Permalink
Update CI workflow for release-2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Yi Chen <[email protected]>
  • Loading branch information
ChenYi015 committed Jul 9, 2024
1 parent 1a27f89 commit 64723fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-2.0.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Release 2.0

on:
pull_requests:
pull_request:
branches:
- release-2.*
push:
Expand All @@ -10,6 +10,7 @@ on:

jobs:
build-api-docs:
runs-on: ubuntu-latest
steps:
- name: Checkout source code
uses: actions/checkout@v4
Expand Down

0 comments on commit 64723fa

Please sign in to comment.