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

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordartcafe <github@dartcafe.de>2020-09-08 09:46:39 +0300
committerdartcafe <github@dartcafe.de>2020-09-08 09:46:39 +0300
commitebbdfe4f98688d65cf3eb97769a60cb4b2cf5ede (patch)
treeb4462613dd08b9cc2b2d83266ca849086823c56e /.github
parentacf6d645db56d1e00890112ff98bd19a5150a916 (diff)
force linting actions to dev branches
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/lint.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index 50856af7..8fcdf2ef 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -6,6 +6,7 @@ on:
branches:
- master
- stable*
+ - dev*
jobs:
php-cs-fixer: