diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml
index caf3e88a..88831344 100644
--- a/.github/workflows/test.yaml
+++ b/.github/workflows/test.yaml
@@ -1,20 +1,6 @@
-name: Test
+on: ["push", "pull_request"]
 
-on:
-  push:
-    paths:
-      - "tests/**"
-      - "silverback/**"
-      - "setup.py"
-      - "pyproject.toml"
-      - ".github/workflows/test.yaml"
-  pull_request:
-    paths:
-      - "tests/**"
-      - "silverback/**"
-      - "setup.py"
-      - "pyproject.toml"
-      - ".github/workflows/test.yaml"
+name: Test
 
 concurrency:
   # Cancel older, in-progress jobs from the same PR, same workflow.