summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2021-09-23 09:00:12 +0200
committerMatthias Beyer <mail@beyermatthias.de>2021-09-23 09:00:12 +0200
commit31ebe243cb4c6b389df0e6848bfb17cdf8a5792f (patch)
tree3fb8208964bc797ab5ac046fe92427c75a29ce81
parentb8bb6a89050294b50367ddec2cdb71206f5eeeab (diff)
actions: Enable on pull request
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-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 de1c939..d227658 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -1,4 +1,4 @@
-on: [push]
+on: [push, pull_request]
name: CI