summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/tests.yml9
1 files changed, 2 insertions, 7 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index cd056ce..e6ff1dd 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -1,12 +1,7 @@
name: Tests
-# Run the tests only if the code quality checks pass
-on:
- workflow_run:
- workflows: ["Code Quality"]
- types:
- - completed
-
+# Run this workflow every time a new commit pushed to your repository
+on: push
jobs:
linux-tests: