Skip to content
This repository has been archived by the owner on Dec 5, 2021. It is now read-only.

Commit

Permalink
readd circleci job filters
Browse files Browse the repository at this point in the history
  • Loading branch information
callensm committed Sep 14, 2020
1 parent 5f46f17 commit f6fbdb4
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@ workflows:
- build
- publish:
requires: [build]
# filters: &master_and_version_branches_and_all_tags
# branches:
# only:
# - master
# - /^v[0-9]+\.[0-9]+/
# tags:
# only:
# - /.+/
filters: &master_and_version_branches_and_all_tags
branches:
only:
- master
- /^v[0-9]+\.[0-9]+/
tags:
only:
- /.+/

0 comments on commit f6fbdb4

Please sign in to comment.