summaryrefslogtreecommitdiff
path: root/.github/workflows/build.yml
diff options
context:
space:
mode:
authormichael-grunder <michael.grunder@gmail.com>2021-10-12 13:17:45 -0700
committerMichael Grunder <michael.grunder@gmail.com>2021-10-12 13:31:02 -0700
commite9f64738450374e7f324c99988308d7d1f16451d (patch)
tree51375b9cac1692240e30f7cabb47adf1cf5231cb /.github/workflows/build.yml
parent6ad4ccf3c7c6bed282f55d4658462b8c40c6ad39 (diff)
We should run actions on PRs
Diffstat (limited to '.github/workflows/build.yml')
-rw-r--r--.github/workflows/build.yml2
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: