Skip to content

Commit

Permalink
Run Build for Tags
Browse files Browse the repository at this point in the history
  • Loading branch information
cwarden committed Dec 31, 2020
1 parent 51d31b7 commit 87168da
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,11 @@ jobs:
else
echo "No tag"
fi
workflows:
version: 2
build-workflow: # the name of our workflow
jobs: # the jobs that we are sequencing.
- build:
filters:
tags:
only: /^v.*/

0 comments on commit 87168da

Please sign in to comment.