Skip to content

Commit

Permalink
more cleanup for build pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
ameyrupji committed Jun 19, 2019
1 parent 03020c3 commit 47a9568
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ workflows:
ignore:
- master
- develop
- approve-master:
- approve:
type: approval
requires:
- build
Expand All @@ -149,7 +149,7 @@ workflows:
- /release.*/
- upload-master:
requires:
- approve-master
- approve
filters:
branches:
only: master
Expand All @@ -161,7 +161,7 @@ workflows:
only: develop
- upload-releases:
requires:
- build
- approve
filters:
branches:
only: /release.*/
Expand Down

0 comments on commit 47a9568

Please sign in to comment.