Skip to content

Commit de2f59e

Browse files
committed
Test deploy
1 parent 38c2fb9 commit de2f59e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,13 @@ on:
55
branches: master
66
release:
77
types: [created]
8+
pull_request:
89

910
env:
10-
TARGET_BRANCH: 'gh-pages'
11+
TARGET_BRANCH: 'gh-test'
1112
SHA: '${{ github.sha }}'
1213
SSH_REPO: '[email protected]:${{ github.repository }}.git'
13-
TAG_NAME: '${{ github.event.release.GITHUB_REF }}'
14+
TAG_NAME: 'rust-1.40.0${{ github.event.release.GITHUB_REF }}'
1415

1516
jobs:
1617
deploy:

0 commit comments

Comments
 (0)