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-03 09:32:46 +0300
committerdartcafe <github@dartcafe.de>2020-09-03 09:32:46 +0300
commit3018352517c723ab753528872d7408a1f8940c63 (patch)
treead209871212a70d22847b72f9954088394c69714 /.github
parentfa30cc5f307e06eda3f54f5be188761753d0e9c1 (diff)
php-cs fix
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/lint.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index 325242f6..c4ae2b91 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -3,9 +3,9 @@ name: Lint
on:
pull_request:
push:
- # branches:
- # - master
- # - stable*
+ branches:
+ - master
+ - stable*
jobs:
php-cs-fixer: