Skip to content

Commit

Permalink
Updates GitHub workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
jensscherbl committed Aug 4, 2024
1 parent 2621545 commit 4cb49e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Test

on:
push:
branches: [ "main" ]
branches: [ "2.x" ]
pull_request:
branches: [ "main" ]
branches: [ "2.x" ]

permissions:
contents: read
Expand All @@ -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
Expand Down

0 comments on commit 4cb49e6

Please sign in to comment.