Skip to content

Commit

Permalink
ci: trigger circle ci only on PR (#61)
Browse files Browse the repository at this point in the history
* ci: trigger circle ci only on PR

* try new config

* ci: fix circle ci
  • Loading branch information
saikrishna321 authored Jul 14, 2024
1 parent 5944d72 commit 8794dab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@

# For a detailed guide to building and testing on iOS, read the docs:
# https://circleci.com/docs/testing-ios/
on:
pull_request:
types: [opened, reopened]
version: 2.1

# Define a job to be invoked later in a workflow.
Expand Down

0 comments on commit 8794dab

Please sign in to comment.