Skip to content

Commit 8fe4f96

Browse files
authored
Update main.workflow
1 parent 1ed4c4a commit 8fe4f96

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" {
22
resolves = ["CI Test Runner"]
3-
on = "push"
3+
on = "pull_request"
44
}
55

66
action "CI Test Runner" {

0 commit comments

Comments
 (0)