Skip to content

Commit

Permalink
Draft a release on tags, update playground on master
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Mar 17, 2020
1 parent 233d4d7 commit bda1bc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
include:
- stage: Draft The Release
script: skip
if: tag IS present && type = push
deploy:
- provider: releases
api_key: $GITHUB_TOKEN
Expand All @@ -24,11 +25,10 @@ jobs:
skip_cleanup: true
draft: true
name: $TRAVIS_TAG
on:
tags: true

- stage: Update Playground
name: Update Playground
if: (branch = master) && type = push
script:
- cd playground-runner
- composer install --no-dev
Expand Down

0 comments on commit bda1bc0

Please sign in to comment.