Skip to content

Commit

Permalink
CI: build also on tag
Browse files Browse the repository at this point in the history
  • Loading branch information
marekdedic committed Mar 11, 2020
1 parent cad91b5 commit a5c0bc1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@ version: 2.1
workflows:
main:
jobs:
- build
- build:
filters:
tags:
only: /.*/
- lint:
requires:
- build
Expand Down

0 comments on commit a5c0bc1

Please sign in to comment.