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"