Skip to content

Commit af1d4dc

Browse files
committed
Run tests on PRs too
1 parent 4c1f787 commit af1d4dc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
name: CI
2-
on: push
2+
on:
3+
- push
4+
- pull_request
35
jobs:
46
build:
57
name: Build & test
68
runs-on: ubuntu-latest
79

8-
910
steps:
1011
- uses: actions/checkout@v4
1112

0 commit comments

Comments
 (0)