aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/tests.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 3eb7a45..f59e744 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -2,11 +2,14 @@ name: Run Tests
on:
workflow_dispatch:
+ pull_request:
+ types: [opened, reopened]
push:
branches:
- master
paths:
- epy.py
+ - tests/**
jobs:
tests: