Skip to content

Commit 0657b84

Browse files
committed
deply 2
1 parent 8e28d94 commit 0657b84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ name: Deploy VitePress site to Pages
55
on:
66
# Runs on pushes targeting the `release` branch.
77
push:
8-
branches: [dev]
8+
branches: [master]
99
# Runs on pull_request targeting the `release` branch.
1010
pull_request:
11-
branches: [dev]
11+
branches: [master]
1212

1313
# Allows you to run this workflow manually from the Actions tab
1414
workflow_dispatch:

0 commit comments

Comments
 (0)