From 608c14e360cb79069ad65a8a0a2e4f7747d0ad50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Paris?= Date: Sat, 20 Mar 2021 20:46:00 +0100 Subject: [PATCH] Remove unnecessary github actions branch filters --- .github/workflows/coding-standards.yml | 2 -- .github/workflows/static-analysis.yml | 2 -- 2 files changed, 4 deletions(-) diff --git a/.github/workflows/coding-standards.yml b/.github/workflows/coding-standards.yml index e325475b..85d61d1c 100644 --- a/.github/workflows/coding-standards.yml +++ b/.github/workflows/coding-standards.yml @@ -5,11 +5,9 @@ on: pull_request: branches: - "*.x" - - "master" push: branches: - "*.x" - - "master" env: COMPOSER_ROOT_VERSION: "2.1" diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml index 91710d75..19fa6b0a 100644 --- a/.github/workflows/static-analysis.yml +++ b/.github/workflows/static-analysis.yml @@ -5,11 +5,9 @@ on: pull_request: branches: - "*.x" - - "master" push: branches: - "*.x" - - "master" env: COMPOSER_ROOT_VERSION: "2.1"