summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Wininger <florian@cyberwatch.fr>2021-07-05 09:38:48 +0200
committerFlorian Wininger <florian@cyberwatch.fr>2021-07-05 09:38:48 +0200
commitf6014408eafcaa9307f190b68b8adbd6a3008539 (patch)
treeb7956d1d0f73cefd4b1a93a6263cf8a2130e5800
parent87372fe96a1eb6a4d30399d9920ffdb71ca7538a (diff)
downloadnet-ssh-f6014408eafcaa9307f190b68b8adbd6a3008539.tar.gz
Run Github action on push.
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index edfe7b4..f317ec9 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -1,5 +1,5 @@
name: CI
-on: [pull_request]
+on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest