We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8a5ca1b + deafb83 commit dfb66aaCopy full SHA for dfb66aa
.github/workflows/deploy.yml
@@ -3,10 +3,12 @@
3
name: Deploy VitePress site to Pages
4
5
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.
+ # Runs on pushes targeting the `release` branch.
8
push:
9
branches: [release]
+ # Runs on pull_request targeting the `release` branch.
10
+ pull_request:
11
+ branches: [release]
12
13
# Allows you to run this workflow manually from the Actions tab
14
workflow_dispatch:
0 commit comments