Skip to content

Commit ed1feaf

Browse files
committed
Enable CI workflow on PRs
The `push` event only triggers for commits to this repo and will not run on commits in a PR from a forked repo. This becomes an issue since CI is required to merge a PR.
1 parent 32b85e4 commit ed1feaf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: CI
22

3-
on: push
3+
on: [push, pull_request]
44

55
permissions:
66
contents: read

0 commit comments

Comments
 (0)