Skip to content

Commit fc230ca

Browse files
committedJun 2, 2024
Bump CI to run on PRs
1 parent 889b9a7 commit fc230ca

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed
 

‎.github/workflows/ci.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1-
on: push
1+
on:
2+
- push
3+
- pull_request
24
jobs:
35
test:
46
runs-on: ubuntu-latest
57
steps:
6-
- uses: actions/checkout@v2
8+
- uses: actions/checkout@v4
79
- name: Run tests
810
run: cd test && ./run-tests
911
shell: bash

0 commit comments

Comments
 (0)