Skip to content

Commit

Permalink
Bump CI to run on PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark-Simulacrum committed Jun 2, 2024
1 parent 889b9a7 commit fc230ca
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
on: push
on:
- push
- pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Run tests
run: cd test && ./run-tests
shell: bash

0 comments on commit fc230ca

Please sign in to comment.