Skip to content

Commit 3b58a9f

Browse files
authored
Update main.workflow
1 parent 5130a4c commit 3b58a9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/main.workflow

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
workflow "Test and build on push" {
22
resolves = ["Jekyll Pages Builder"]
3-
on = "push"
3+
on = "pull_request"
44
}
55

66
action "CI Test Runner" {

0 commit comments

Comments
 (0)