aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorRobert Helgesson <robert@rycee.net>2020-06-09 23:07:46 +0200
committerRobert Helgesson <robert@rycee.net>2020-06-09 23:07:46 +0200
commit89be0943e1be695dbffb00b48b16b0af72e7693b (patch)
tree7bcabd96e7e930ea0b69f0393466728a83ffa3d2 /.github
parentabcddfe090f3d3647278db6c95bf6a6a0d50f467 (diff)
ci: run tests only for pull requests
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 56696b4fec6..cbbae8780e3 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -1,7 +1,6 @@
-name: "Test"
+name: Test
on:
pull_request:
- push:
jobs:
tests:
strategy: