From de2f59ed74cd0321ea558c3cfc16a2f344b490a1 Mon Sep 17 00:00:00 2001 From: flip1995 Date: Sun, 26 Jan 2020 15:46:28 +0100 Subject: [PATCH] Test deploy --- .github/workflows/deploy.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 322f8ca67a38..fa415013fdf8 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -5,12 +5,13 @@ on: branches: master release: types: [created] + pull_request: env: - TARGET_BRANCH: 'gh-pages' + TARGET_BRANCH: 'gh-test' SHA: '${{ github.sha }}' SSH_REPO: 'git@github.com:${{ github.repository }}.git' - TAG_NAME: '${{ github.event.release.GITHUB_REF }}' + TAG_NAME: 'rust-1.40.0${{ github.event.release.GITHUB_REF }}' jobs: deploy: