Skip to content

Commit

Permalink
Merge branch 'tag-workfow'
Browse files Browse the repository at this point in the history
  • Loading branch information
cwarden committed Dec 31, 2020
2 parents 51d31b7 + 87168da commit d9cb455
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 d9cb455

Please sign in to comment.