Skip to content

Commit d38befa

Browse files
author
Aaron Waggener
committed
use test branch for deploy
1 parent ad9d94c commit d38befa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
pull_request:
55
push:
66
branches:
7-
- main
7+
- GithubActions
88

99
jobs:
1010
build:
@@ -26,11 +26,11 @@ jobs:
2626
cp -r public/* dist
2727
2828
- name: Deploy
29-
if: ${{ github.ref == 'refs/heads/main' }}
29+
if: ${{ github.ref == 'refs/heads/GithubActions' }}
3030
uses: JamesIves/github-pages-deploy-action@4.1.5
3131
with:
3232
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
33-
BRANCH: gh-pages
33+
BRANCH: gh-pages-test
3434
FOLDER: dist
3535
BUILD_SCRIPT: yarn install && yarn test && yarn build
3636

0 commit comments

Comments
 (0)