diff options
author | michael-grunder <michael.grunder@gmail.com> | 2021-10-12 13:17:45 -0700 |
---|---|---|
committer | Michael Grunder <michael.grunder@gmail.com> | 2021-10-12 13:31:02 -0700 |
commit | e9f64738450374e7f324c99988308d7d1f16451d (patch) | |
tree | 51375b9cac1692240e30f7cabb47adf1cf5231cb /.github/workflows | |
parent | 6ad4ccf3c7c6bed282f55d4658462b8c40c6ad39 (diff) |
We should run actions on PRs
Diffstat (limited to '.github/workflows')
-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 9053d27..fbf1596 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,5 +1,5 @@ name: Build and test -on: push +on: [push, pull_request] jobs: ubuntu: |