Skip to content

Commit

Permalink
ci: Test on pull request (#31)
Browse files Browse the repository at this point in the history
We also need to run tests on external pull requests.
  • Loading branch information
elliotchance committed Sep 4, 2022
1 parent ef17579 commit 32f08ce
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: CI
on: [push]

on:
push:
pull_request:

jobs:
unit-tests:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 32f08ce

Please sign in to comment.