Thanks to visit codestin.com Credit goes to github.com
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 e74b2cd commit 9e379e7Copy full SHA for 9e379e7
.circleci/config.yml
@@ -246,7 +246,8 @@ workflows:
246
version: 2
247
publish:
248
jobs:
249
- - danger
+ - danger:
250
+ context: cross-platform
251
- test_module
252
- test_sample
253
- test_android
@@ -266,6 +267,7 @@ workflows:
266
267
branches:
268
only: master
269
- publish:
270
271
requires:
272
- hold
273
filters:
0 commit comments