Skip to content
This repository has been archived by the owner on May 19, 2020. It is now read-only.

Commit

Permalink
Collapse build into single step
Browse files Browse the repository at this point in the history
  • Loading branch information
pburkholder committed Sep 14, 2018
1 parent 2da1bf7 commit f204f5f
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,14 @@ workflows:
build-deploy:
jobs:
- build
- deploy-stage:
- deploy:
requires:
- build
filters:
branches:
only: pdb-monoworkflow
only:
- pdb-monoworkflow
- master
- demo
tags:
only: /[0-9]+(\.[0-9]+)*/

0 comments on commit f204f5f

Please sign in to comment.