Skip to content

Commit

Permalink
Added filter to build job in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
prskr committed Apr 19, 2019
1 parent afa47a1 commit 4539a92
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ workflows:
version: 2
build_and_release:
jobs:
- build
- build:
filters:
tags:
only: /.*/
- release:
requires:
- build
Expand Down

0 comments on commit 4539a92

Please sign in to comment.