Skip to content

Commit ec49d76

Browse files
authored
Merge pull request #15 from parker-research/ci-on-pr
ci: Enable GitHub Actions on Pull Requests and branches
2 parents 997cb8b + a4a31e4 commit ec49d76

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: CI
2-
on: push
2+
3+
on:
4+
push:
5+
pull_request:
36

47
jobs:
58
checks:

0 commit comments

Comments
 (0)