Skip to content

Commit 05c041e

Browse files
committed
add pull_request
1 parent 4601f43 commit 05c041e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Deploy to Cloudflare Pages
22
on:
33
push:
44
workflow_dispatch:
5+
pull_request:
56

67
jobs:
78
deploy:
@@ -32,3 +33,4 @@ jobs:
3233
github-token: ${{ secrets.GITHUB_TOKEN }}
3334
github-environment: ${{ vars.CLOUDFLARE_PROJECT_NAME }} ${{ (github.ref == 'refs/heads/master' && 'production') || 'preview' }}
3435
directory: ./out
36+
working-directory: .

0 commit comments

Comments
 (0)