summaryrefslogtreecommitdiff
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
parentb64a592f200554ee405c43d043f7f181e1930599 (diff)
downloadwaitress-workflows.tar.gz
Also run on PR'sworkflows
-rw-r--r--.github/workflows/ci-linux.yml2
-rw-r--r--.github/workflows/ci-macos.yml2
-rw-r--r--.github/workflows/ci-windows.yml2
3 files changed, 3 insertions, 3 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:
diff --git a/.github/workflows/ci-macos.yml b/.github/workflows/ci-macos.yml
index d56adf2..d974654 100644
--- a/.github/workflows/ci-macos.yml
+++ b/.github/workflows/ci-macos.yml
@@ -1,6 +1,6 @@
name: Build/test on MacOS
# This workflow is triggered on pushes to the repository.
-on: [push]
+on: [push, pull_request]
jobs:
test:
diff --git a/.github/workflows/ci-windows.yml b/.github/workflows/ci-windows.yml
index f5395ab..e2ee5f6 100644
--- a/.github/workflows/ci-windows.yml
+++ b/.github/workflows/ci-windows.yml
@@ -1,6 +1,6 @@
name: Build/test on Windows
# This workflow is triggered on pushes to the repository.
-on: [push]
+on: [push, pull_request]
jobs:
test: