summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorSeth Morton <seth.m.morton@gmail.com>2020-11-22 22:33:18 -0800
committerSeth Morton <seth.m.morton@gmail.com>2020-11-22 22:33:18 -0800
commite9a30727e40f8c91b26cfeafbcf5d94c2585c475 (patch)
treea8a8509872a580aa5f1706741a91205c19d26fbc /.github
parent69d737c46840485237ad837ca49c34aca3e08db2 (diff)
downloadnatsort-e9a30727e40f8c91b26cfeafbcf5d94c2585c475.tar.gz
Run tests parallel to code quality
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: