aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Isom <[email protected]>2022-02-11 20:56:59 -0500
committerMax Isom <[email protected]>2022-02-11 20:56:59 -0500
commit8e5b3cfa432abc4b3e2ef76a139da2586ccb1213 (patch)
tree8a05297b2755e2ab07882898d37232cd2290a3d5
parentcaa10cf7cb8aa6347672ca8e985fff0142b962e5 (diff)
downloadmuse-8e5b3cfa432abc4b3e2ef76a139da2586ccb1213.tar.xz
muse-8e5b3cfa432abc4b3e2ef76a139da2586ccb1213.zip
Make lint workflow run for PRs
Closes #515
-rw-r--r--.github/workflows/build.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 5eea299..e1166aa 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -1,6 +1,8 @@
name: Lint & build
-on: push
+on:
+ push:
+ pull_request:
jobs:
build: