Skip to content

Commit 4a9a2c9

Browse files
committed
enable auto deploy in CI
1 parent 870015f commit 4a9a2c9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/deploy.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ name: Deploy to GitHub Pages
44

55
on:
66
workflow_dispatch:
7-
# push:
8-
# branches:
9-
# - main
10-
# # Review gh actions docs if you want to further define triggers, paths, etc
11-
# # https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#on
7+
push:
8+
branches:
9+
- main
10+
# Review gh actions docs if you want to further define triggers, paths, etc
11+
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#on
1212

1313

1414
jobs:

0 commit comments

Comments
 (0)