From 4cb49e6ed1ed40f45d39dd1f0db57cb874e23369 Mon Sep 17 00:00:00 2001 From: Jens Scherbl Date: Sun, 4 Aug 2024 23:22:00 +0200 Subject: [PATCH] Updates GitHub workflows --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ff87da4..87af1e9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -2,9 +2,9 @@ name: Test on: push: - branches: [ "main" ] + branches: [ "2.x" ] pull_request: - branches: [ "main" ] + branches: [ "2.x" ] permissions: contents: read @@ -14,7 +14,7 @@ jobs: name: Test runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Validate run: composer validate --strict - name: Build