Try to fix the deploy logic

This commit is contained in:
Natalie Weizenbaum 2018-02-03 17:13:59 -08:00
parent 25d90e5525
commit a5396a7b68

View File

@ -91,7 +91,7 @@ script:
jobs:
include:
- stage: deploy
if: type = push AND repo = sass/dart-sass AND branch = master AND tag =~ ^\d+\.\d+\.\d+([+-].*)?$
if: (type = push) AND (repo = sass/dart-sass) AND (tag =~ ^\d+\.\d+\.\d+([+-].*)?$)
script: skip # Don't run tests
before_deploy: