Skip to content

Commit deafb83

Browse files
committed
deploy on pull request
1 parent 0b545f7 commit deafb83

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@
33
name: Deploy VitePress site to Pages
44

55
on:
6-
# Runs on pushes targeting the `main` branch. Change this to `master` if you're
7-
# using the `master` branch as the default branch.
6+
# Runs on pushes targeting the `release` branch.
87
push:
98
branches: [release]
9+
# Runs on pull_request targeting the `release` branch.
10+
pull_request:
11+
branches: [release]
1012

1113
# Allows you to run this workflow manually from the Actions tab
1214
workflow_dispatch:

0 commit comments

Comments
 (0)