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.
1 parent 8e28d94 commit 0657b84Copy full SHA for 0657b84
.github/workflows/deploy.yml
@@ -5,10 +5,10 @@ name: Deploy VitePress site to Pages
5
on:
6
# Runs on pushes targeting the `release` branch.
7
push:
8
- branches: [dev]
+ branches: [master]
9
# Runs on pull_request targeting the `release` branch.
10
pull_request:
11
12
13
# Allows you to run this workflow manually from the Actions tab
14
workflow_dispatch:
0 commit comments