Skip to content

Commit

Permalink
#113: Only publish once merge request has completed.
Browse files Browse the repository at this point in the history
  • Loading branch information
kwokkan committed Dec 31, 2019
1 parent 0ff88c4 commit b8c257f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,10 @@ workflows:
- dotnet-test
- npm-build
- npm-test
filters:
branches:
only:
- master

- go-live:
requires:
Expand Down

0 comments on commit b8c257f

Please sign in to comment.