diff options
| author | Bert JW Regeer <bertjw@regeer.org> | 2019-09-19 21:28:14 -0700 |
|---|---|---|
| committer | Bert JW Regeer <bertjw@regeer.org> | 2019-09-19 21:28:14 -0700 |
| commit | 98715528b889734fb69a0301fecb6764a863c9d6 (patch) | |
| tree | 8859ba01cb3fea2b81e1619732050851595fb830 /.github/workflows/ci-linux.yml | |
| parent | b64a592f200554ee405c43d043f7f181e1930599 (diff) | |
| download | waitress-workflows.tar.gz | |
Also run on PR'sworkflows
Diffstat (limited to '.github/workflows/ci-linux.yml')
| -rw-r--r-- | .github/workflows/ci-linux.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci-linux.yml b/.github/workflows/ci-linux.yml index f2bed7b..a1c60ed 100644 --- a/.github/workflows/ci-linux.yml +++ b/.github/workflows/ci-linux.yml @@ -1,6 +1,6 @@ name: Build/test on Linux # This workflow is triggered on pushes to the repository. -on: [push] +on: [push, pull_request] jobs: test: |
