Skip to content

Commit

Permalink
feat(2675): exclude ci build for non-pr
Browse files Browse the repository at this point in the history
  • Loading branch information
DDDDDanica committed Jul 11, 2024
1 parent 420b93b commit bfa2924
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ aliases:
workflows:
test_and_release:
when:
is: pull_request # Only include pull_requests
jobs:
- create_release_pull_request:
<<: *rc_branch_only
Expand Down

0 comments on commit bfa2924

Please sign in to comment.