Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusjunges committed Oct 7, 2023
1 parent 1ed9ded commit bf9d610
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/php-cs-fixer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Check & fix styling

on:
push:
branches: [ v1.12.x ]
branches: [ v2.x ]

jobs:
php-cs-fixer:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/run-tests-9.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Continuous Integration

on:
push:
branches: [ v1.12.x ]
branches: [ v2.x ]
pull_request:
branches: [ v1.12.x ]
branches: [ v2.x ]

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

on:
push:
branches: [ v1.12.x ]
branches: [ v2.x ]
pull_request:
branches: [ v1.12.x ]
branches: [ v2.x ]

jobs:
run-tests:
Expand Down

0 comments on commit bf9d610

Please sign in to comment.