diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2019-09-18 19:37:31 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-09-18 19:37:31 -0400 |
| commit | de19598d1303d5961d845bdf2b093ce934cf1058 (patch) | |
| tree | 59b1ef46130b6539e923e4f3fbf14794f45ef4eb /.github/workflows/build.yml | |
| parent | 4a807f42252c79139b36a8a5d7f721474f795b4d (diff) | |
Run github actions on all pull requests (#2980)
Diffstat (limited to '.github/workflows/build.yml')
| -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 83dc8be44..00e3b3e80 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,6 +1,6 @@ name: Build and test -on: [push] +on: [push, pull_request] jobs: build: |
