Skip to content

Commit 9515f91

Browse files
authored
Merge pull request #87 from shanesmith/ci-on-pull-request
Enable CI workflow on PRs
2 parents 32b85e4 + ed1feaf commit 9515f91

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)