Skip to content

Commit 208eaeb

Browse files
Add pull request handling for main
1 parent 5a4f9e5 commit 208eaeb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/jekyll-theme.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
# Runs on pushes targeting the default branch
55
push:
66
branches: ["main"]
7+
pull_request:
8+
branches: ["main"]
79

810
# Allows you to run this workflow manually from the Actions tab
911
workflow_dispatch:

0 commit comments

Comments
 (0)