summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Wininger <fw.centrale@gmail.com>2022-04-12 11:20:20 +0200
committerFlorian Wininger <fw.centrale@gmail.com>2022-04-12 11:30:51 +0200
commit4d7f0a74a9c64c50027ead2a149200139e216247 (patch)
treee53aa8d73fd600a86a7e43033807ed1c92853bf8
parent26a40fe7505046298256c91c470cdb9c02979b85 (diff)
downloadnet-ssh-4d7f0a74a9c64c50027ead2a149200139e216247.tar.gz
Run only once unit tests
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index d0e1572..76dfc88 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -1,5 +1,7 @@
name: CI
-on: [push, pull_request]
+on:
+ pull_request:
+ push: { branches: master }
jobs:
test:
runs-on: ubuntu-18.04