We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 732fc27 commit 10ef7ecCopy full SHA for 10ef7ec
.circleci/config.yml
@@ -92,10 +92,20 @@ workflows:
92
93
main:
94
jobs:
95
- - build
+ - build:
96
+ filters:
97
+ branches:
98
+ only: /.*/
99
+ tags:
100
+ ignore: /.*/
101
- test:
102
requires:
103
- build
104
105
106
107
108
109
- release_snapshot:
110
111
- test
@@ -114,4 +124,4 @@ workflows:
114
124
branches:
115
125
ignore: /.*/
116
126
tags:
117
- only: /^\d+\.\d+\.\d+$/
127
0 commit comments