Skip to content

Commit

Permalink
[MAINTENANCE] Run workflows on 5.x branch
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-meyer committed May 29, 2024
1 parent 4653262 commit 9395cc8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: CodeQL

on:
push:
branches: [ "master", "1.x", "2.x", "3.2.x", "3.3.x", "4.x", "5.x" ]
branches: [ "5.x" ]
pull_request:
branches: [ "master" ]
branches: [ "5.x" ]

jobs:
analyze:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: PHPStan

on:
push:
branches: [ "master" ]
branches: [ "5.x" ]
pull_request:
branches: [ "master" ]
branches: [ "5.x" ]

jobs:
phpstan:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Unit and Functional Testing

on:
push:
branches: [ "master" ]
branches: [ "5.x" ]
pull_request:
branches: [ "master" ]
branches: [ "5.x" ]

jobs:
test:
Expand Down

0 comments on commit 9395cc8

Please sign in to comment.