Skip to content

Commit

Permalink
Update when we run tests to include pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
Austin Kregel committed Jun 23, 2020
1 parent 93118e0 commit 70b27f3
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Tests
on: [push]

on:
push:
branches: [master]
pull_request:
branches: [ master ]
jobs:
phpunit:
name: PHPUnit
Expand Down

0 comments on commit 70b27f3

Please sign in to comment.