CircleCI: Prevent repetitive build job when releasing (#2787)

This commit is contained in:
CHaBou 2018-03-27 00:43:25 +02:00 committed by GitHub
parent aaa18af3d5
commit e181e1eb8d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -86,7 +86,7 @@ workflows:
- master - master
- canary - canary
tags: tags:
only: /.*/ ignore: /.*/
- release: - release:
requires: requires:
- test - test