From ebbdfe4f98688d65cf3eb97769a60cb4b2cf5ede Mon Sep 17 00:00:00 2001 From: dartcafe Date: Tue, 8 Sep 2020 08:46:39 +0200 Subject: force linting actions to dev branches --- .github/workflows/lint.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.github') 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: -- cgit v1.2.3