Skip to content

Commit

Permalink
Add filters to build-image
Browse files Browse the repository at this point in the history
  • Loading branch information
milesgranger committed Aug 28, 2019
1 parent 668f257 commit 1dca6d5
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 2.1
version: 2

jobs:
build-image:
Expand All @@ -25,9 +25,15 @@ jobs:
make push-prod-controller
workflows:
version: 2
build-and-test:
jobs:
- build-image
- build-image:
filters:
branches:
only: /.*/
tags:
only: /.*/
- push-image:
requires:
- build-image
Expand Down

0 comments on commit 1dca6d5

Please sign in to comment.