Skip to content
This repository has been archived by the owner on Aug 14, 2023. It is now read-only.

Commit

Permalink
Build also tags
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanScherer committed Mar 22, 2018
1 parent 241e686 commit 6227075
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,13 @@ jobs:
fi
./ghr $pre -u hypriotuploader $CIRCLE_TAG output/
fi
workflows:
version: 2
build_and_deploy:
jobs:
- build:
filters:
tags:
only: /.*/

0 comments on commit 6227075

Please sign in to comment.