Skip to content

Commit 813fc5e

Browse files
committed
Trigger deploy on push to main
1 parent 1333f1d commit 813fc5e

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,8 +5,8 @@ name: Deploy VitePress site to Pages
55
on:
66
# Runs on pushes targeting the `main` branch. Change this to `master` if you're
77
# using the `master` branch as the default branch.
8-
# push:
9-
# branches: [main]
8+
push:
9+
branches: [main]
1010

1111
# Allows you to run this workflow manually from the Actions tab
1212
workflow_dispatch:

0 commit comments

Comments
 (0)