Skip to content

Commit bda1bc0

Browse files
committed
Draft a release on tags, update playground on master
1 parent 233d4d7 commit bda1bc0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
include:
1616
- stage: Draft The Release
1717
script: skip
18+
if: tag IS present && type = push
1819
deploy:
1920
- provider: releases
2021
api_key: $GITHUB_TOKEN
@@ -24,11 +25,10 @@ jobs:
2425
skip_cleanup: true
2526
draft: true
2627
name: $TRAVIS_TAG
27-
on:
28-
tags: true
2928

3029
- stage: Update Playground
3130
name: Update Playground
31+
if: (branch = master) && type = push
3232
script:
3333
- cd playground-runner
3434
- composer install --no-dev

0 commit comments

Comments
 (0)