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 cad91b5 commit a5c0bc1Copy full SHA for a5c0bc1
.circleci/config.yml
@@ -2,7 +2,10 @@ version: 2.1
2
workflows:
3
main:
4
jobs:
5
- - build
+ - build:
6
+ filters:
7
+ tags:
8
+ only: /.*/
9
- lint:
10
requires:
11
- build
0 commit comments