We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc3abed commit 41db8d7Copy full SHA for 41db8d7
.circleci/config.yml
@@ -27,16 +27,16 @@ workflows:
27
- test-ExampleApp
28
29
# Release
30
- - release:
31
- # Only run for tags
32
- filters:
33
- branches:
34
- ignore: /.*/
35
- tags:
36
- only: /.*/
37
- requires:
38
- - validate-CocoaPods
39
- - validate-Carthage
+# - release:
+# # Only run for tags
+# filters:
+# branches:
+# ignore: /.*/
+# tags:
+# only: /.*/
+# requires:
+# - validate-CocoaPods
+# - validate-Carthage
40
41
jobs:
42
test-Mac:
@@ -72,8 +72,8 @@ jobs:
72
- checkout
73
- run: ./Scripts/carthage-validate.sh
74
75
- release:
76
- executor: my-xcode
77
- steps:
78
- - checkout
79
- - run: ./Scripts/push-output.sh
+# release:
+# executor: my-xcode
+# steps:
+# - checkout
+# - run: ./Scripts/push-output.sh
0 commit comments