Skip to content

Commit

Permalink
circleci: match feature branch
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavosbarreto committed Feb 19, 2020
1 parent 5deb1a0 commit adff2cf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,9 @@ workflows:
- build:
filters:
branches:
only: master
only:
- master
- /feature\/.*/
tags:
only: /.*/
- push:
Expand Down

0 comments on commit adff2cf

Please sign in to comment.