Skip to content

Commit 8e53f1b

Browse files
committed
fix branch
Signed-off-by: Aritra Dey <adey01027@gmail.com>
1 parent 057543b commit 8e53f1b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
**https://${{ github.repository_owner }}.github.io/${{ github.event.repository.name }}/pr-${{ inputs.pr_number }}/**
9090
9191
deploy-production:
92-
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
92+
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/test-demo' }}
9393
runs-on: ubuntu-latest
9494
needs: build
9595
steps:

0 commit comments

Comments
 (0)