Skip to content

Commit

Permalink
Merge branch 'main' into refactoring-tracer
Browse files Browse the repository at this point in the history
  • Loading branch information
cappuc committed Feb 9, 2024
2 parents ff7acdf + 06a1c40 commit 19a15f3
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/fix-php-code-style-issues.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: Fix PHP code style issues

on: [push]
on:
push:
branches:
- main
pull_request:
branches:
- main

jobs:
php-code-styling:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
name: PHPStan

on:
pull_request:
branches:
- main
push:
branches:
- main
paths:
- '**.php'
- 'composer.json'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: run-tests
on:
push:
branches:
- '*'
- main
pull_request:
branches:
- main
Expand Down

0 comments on commit 19a15f3

Please sign in to comment.