Skip to content

Commit

Permalink
update filters
Browse files Browse the repository at this point in the history
  • Loading branch information
amnda-d committed May 14, 2018
1 parent d8dbd25 commit 39026c2
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,12 @@ workflows:
version: 2
build-and-deploy:
jobs:
- build:
filters:
tags:
only: /.*/
- build
- deploy:
requires:
- build
filters:
branches:
ignore: /.*/
tags:
only: /[0-9]+(\.[0-9]+)*.*/

0 comments on commit 39026c2

Please sign in to comment.