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 Jun 25, 2024
1 parent 5c9b126 commit c6f2990
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 @@ -81,6 +81,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 c6f2990

Please sign in to comment.