Skip to content

Commit 13381b7

Browse files
committed
Run GitHub actions on pull requests instead of pushes
See: #2455 (comment)
1 parent 267cae1 commit 13381b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ env:
33

44
# NOTE: Please keep .mergify.yml in sync when adding or removing any jobs.
55
name: main
6-
on: [push]
6+
on: [pull_request]
77
jobs:
88
build:
99
strategy:

0 commit comments

Comments
 (0)