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: