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 faee9cf commit 30072dcCopy full SHA for 30072dc
codefresh.yml
@@ -1,7 +1,14 @@
1
version: '1.0'
2
3
indicators:
4
- - common_release_conditions: &common_release_conditions
+ - x-common_pull_request_conditions: &common_pull_request_conditions
5
+ when:
6
+ branch:
7
+ ignore:
8
+ - master
9
+ - next
10
+
11
+ - x-common_release_conditions: &common_release_conditions
12
when:
13
branch:
14
only:
@@ -29,6 +36,12 @@ steps:
29
36
image: node:12.18.2-alpine
30
37
commands:
31
38
- yarn validate
39
+ coverage:
40
+ <<: *common_pull_request_conditions
41
+ stage: build
42
+ image: node:12.18.2-alpine
43
+ commands:
44
+ - yarn ci-after-success
32
45
releaser:
33
46
<<: *common_release_conditions
34
47
stage: release
0 commit comments