From 3018352517c723ab753528872d7408a1f8940c63 Mon Sep 17 00:00:00 2001 From: dartcafe Date: Thu, 3 Sep 2020 08:32:46 +0200 Subject: php-cs fix --- .github/workflows/lint.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.github') 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: -- cgit v1.2.3