mirror of
https://github.com/danog/dart-sass.git
synced 2024-11-27 04:34:59 +01:00
Try to fix the deploy logic
This commit is contained in:
parent
25d90e5525
commit
a5396a7b68
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user