We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 430670a commit 65cc524Copy full SHA for 65cc524
.circleci/config.yml
@@ -3,22 +3,38 @@ workflows:
3
version: 2
4
install-test-publish:
5
jobs:
6
- - install-dependencies
+ - install-dependencies:
7
+ filters:
8
+ tags:
9
+ only: /.*/
10
- test:
11
12
13
14
requires:
15
- install-dependencies
16
- lint:
17
18
19
20
21
22
- approve-publish-npm:
23
type: approval
24
filters:
25
26
+ only: /v[0-9]+(\.[0-9]+)*/
27
branches:
- only: master
28
+ ignore: /.*/
29
30
- test
31
- lint
32
- publish-npm:
33
34
35
36
+ branches:
37
38
39
- approve-publish-npm
40
0 commit comments