aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorJan Sucan <jan@jansucan.com>2024-01-09 17:35:50 +0100
committerJán Sučan <jan@jansucan.com>2024-01-09 17:38:11 +0100
commita07531a4b00ac84b23d128cfb0468a8cb21f1661 (patch)
tree1739429a2a434866523754373e074cad1dda5a66 /.github/workflows
parent1dd0f4e6bbde396c66f6eb86b5b4a30952c02026 (diff)
github: Run test workflow on pull request
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/tests.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 48773a1..6f68dfd 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -1,7 +1,8 @@
name: Run tests
on:
- push
+ pull_request:
+ push:
jobs:
run-tests: