Skip to content

Commit 0c79ada

Browse files
Update hugo.yml
1 parent 7417a6d commit 0c79ada

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/hugo.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
branches:
77
- main
88

9+
pull_request:
10+
branches: [ main ]
11+
912
# Allows you to run this workflow manually from the Actions tab
1013
workflow_dispatch:
1114

@@ -101,4 +104,4 @@ jobs:
101104
steps:
102105
- name: Deploy to GitHub Pages
103106
id: deployment
104-
uses: actions/deploy-pages@v4
107+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)