From 9024fee7e65190d66f0d241f7b4999ede625c985 Mon Sep 17 00:00:00 2001 From: Richard Steinmetz Date: Tue, 14 Dec 2021 17:22:55 +0100 Subject: Use main branch in CI Signed-off-by: Richard Steinmetz --- .github/workflows/lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 97ea55a..00e930c 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -4,7 +4,7 @@ on: pull_request: push: branches: - - master + - main - stable* jobs: @@ -14,7 +14,7 @@ jobs: strategy: matrix: php-versions: ['7.3', '7.4', '8.0'] - + name: php${{ matrix.php-versions }} steps: - uses: actions/checkout@v2 -- cgit v1.2.3