summaryrefslogtreecommitdiff
path: root/.github/workflows/ci-linux.yml
diff options
context:
space:
mode:
authorBert JW Regeer <bertjw@regeer.org>2019-09-19 21:28:14 -0700
committerBert JW Regeer <bertjw@regeer.org>2019-09-19 21:28:14 -0700
commit98715528b889734fb69a0301fecb6764a863c9d6 (patch)
tree8859ba01cb3fea2b81e1619732050851595fb830 /.github/workflows/ci-linux.yml
parentb64a592f200554ee405c43d043f7f181e1930599 (diff)
downloadwaitress-workflows.tar.gz
Also run on PR'sworkflows
Diffstat (limited to '.github/workflows/ci-linux.yml')
-rw-r--r--.github/workflows/ci-linux.yml2
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: