Skip to content

Commit b0cfece

Browse files
committed
Test deploy
1 parent a1f6565 commit b0cfece

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@ 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: 'git@github.com:${{ github.repository }}.git'
1314
TAG_NAME: '${{ github.event.release.GITHUB_REF }}'

0 commit comments

Comments
 (0)