Skip to content

Commit 7d505aa

Browse files
committed
CI: Run builds on PRs
If someone opens a PR based on their own fork instead of a branch, CI builds don't run. Add them in.
1 parent a81eded commit 7d505aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Anytime we push to any branch
2-
on: push
2+
on: [push, pull_request]
33

44
jobs:
55
test:

0 commit comments

Comments
 (0)