We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8794dab commit d3fca03Copy full SHA for d3fca03
.circleci/config.yml
@@ -71,7 +71,7 @@ jobs:
71
macos:
72
# Specify the Xcode version you desire here
73
# See: https://circleci.com/docs/using-macos/
74
- xcode: 15.2.0
+ xcode: 15.2.0
75
steps:
76
# Checkout the code as the first step.
77
- checkout
@@ -121,5 +121,13 @@ workflows:
121
ios: # This is the name of the workflow, feel free to change it to better match your workflow.
122
# Inside the workflow, you define the jobs you want to run.
123
jobs:
124
- - WDIO_IOS
125
- - JAVA_IOS
+ - WDIO_IOS:
+ filters:
126
+ branches:
127
+ ignore:
128
+ - main
129
+ - JAVA_IOS:
130
131
132
133
0 commit comments