Skip to content

Commit 1c6b0c6

Browse files
committed
fix: add push keyword (#52)
1 parent 66436a2 commit 1c6b0c6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ name: Deploy Jekyll with GitHub Pages
22

33
on:
44
# Runs on pushes targeting the default branch
5-
branches: ["main"]
5+
push:
6+
branches: ["main"]
67

78
# Allows you to run this workflow manually from the Actions tab
89
workflow_dispatch:

0 commit comments

Comments
 (0)