Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2020-01-07 18:16:15 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2020-01-07 18:16:15 +0300
commitbaeddd1477943038d42222156a008ead5746fbaf (patch)
tree522da8caac1ff75394f275967df585c1987cb237 /.github
parent00855da8e65a17aba783f667c8de68c3ecff0454 (diff)
Run lint for all PRs
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/lint.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index 9e84ca688..bdcf3d570 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -1,6 +1,5 @@
name: Lint
-
-on: [push]
+on: pull_request
jobs:
xml-linters: