Skip to content

Commit a4a31e4

Browse files
ci: Enable GitHub Actions on Pull Requests and branches
1 parent 997cb8b commit a4a31e4

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)