From d5698b4d26f12af92e0acb8aeec3f516e6b7a5ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Paris?= Date: Sat, 23 Jan 2021 16:38:18 +0100 Subject: [PATCH] Remove references to master --- .github/workflows/coding-standards.yml | 2 -- composer.json | 5 ----- 2 files changed, 7 deletions(-) diff --git a/.github/workflows/coding-standards.yml b/.github/workflows/coding-standards.yml index 019bfb7f..9afc59ae 100644 --- a/.github/workflows/coding-standards.yml +++ b/.github/workflows/coding-standards.yml @@ -4,11 +4,9 @@ on: pull_request: branches: - "*.x" - - "master" push: branches: - "*.x" - - "master" jobs: coding-standards: diff --git a/composer.json b/composer.json index d99335cd..c3efe561 100644 --- a/composer.json +++ b/composer.json @@ -56,10 +56,5 @@ }, "config": { "sort-packages": true - }, - "extra": { - "branch-alias": { - "dev-master": "4.1.x-dev" - } } }