Skip to content

Commit a5c0bc1

Browse files
committed
CI: build also on tag
1 parent cad91b5 commit a5c0bc1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.circleci/config.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@ version: 2.1
22
workflows:
33
main:
44
jobs:
5-
- build
5+
- build:
6+
filters:
7+
tags:
8+
only: /.*/
69
- lint:
710
requires:
811
- build

0 commit comments

Comments
 (0)