diff options
| author | Max Isom <[email protected]> | 2021-12-18 12:05:25 -0600 |
|---|---|---|
| committer | Max Isom <[email protected]> | 2021-12-18 12:05:25 -0600 |
| commit | 3db8b4cc1dd8c8444a8d146e6a3160c28066d9ff (patch) | |
| tree | 3c04912c50552a2a987136ecaa79606df072102e | |
| parent | f92ec0dd424708caafc789ca5b79ecfec70a4a7c (diff) | |
| download | muse-3db8b4cc1dd8c8444a8d146e6a3160c28066d9ff.tar.xz muse-3db8b4cc1dd8c8444a8d146e6a3160c28066d9ff.zip | |
Lint & build on PRs
| -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 5eea299..ffea6a0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,6 +1,6 @@ name: Lint & build -on: push +on: [push, pull_request] jobs: build: |
