diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-06-12 09:47:10 -0400 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2020-06-12 09:47:10 -0400 |
commit | af7f4e0892571ba181b180d2bfcf88a8d883584b (patch) | |
tree | dd9540892d74a8ac2d7f2eb7c0c52f88d629ba82 | |
parent | 0ee01390bd07f43462e2ef54df9d8ae42b49dede (diff) |
Run builds on PRs too.
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 16f1710..29fba21 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,4 +1,4 @@ -on: [push] +on: [push, pull_request] name: Build |