Skip to content

Commit 8794dab

Browse files
ci: trigger circle ci only on PR (#61)
* ci: trigger circle ci only on PR * try new config * ci: fix circle ci
1 parent 5944d72 commit 8794dab

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.circleci/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33

44
# For a detailed guide to building and testing on iOS, read the docs:
55
# https://circleci.com/docs/testing-ios/
6+
on:
7+
pull_request:
8+
types: [opened, reopened]
69
version: 2.1
710

811
# Define a job to be invoked later in a workflow.

0 commit comments

Comments
 (0)