summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: