Skip to content

Commit

Permalink
Fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusjunges committed Feb 6, 2024
1 parent 4d91333 commit 5dd9f09
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: [ v2.x ]
branches: [ master ]

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: [ v2.x ]
branches: [ master ]
pull_request:
branches: [ v2.x ]
branches: [ master ]

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: [ v2.x ]
branches: [ master ]
pull_request:
branches: [ v2.x ]
branches: [ master ]

jobs:
run-tests:
Expand Down

0 comments on commit 5dd9f09

Please sign in to comment.