Skip to content

Commit

Permalink
fix ci config
Browse files Browse the repository at this point in the history
  • Loading branch information
olback committed Oct 27, 2019
1 parent a5bf30b commit 69da7ed
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,11 +207,19 @@ workflows:
jobs:
- linux
- windows
- deploy:
- request_deploy:
type: approval
requires:
- linux
- windows
filters:
branches:
only: master
- deploy:
requires:
- linux
- windows
- request_deploy
filters:
branches:
only: master

0 comments on commit 69da7ed

Please sign in to comment.