Skip to content

Commit

Permalink
Merge branch 'main' into update-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
saibotk authored Mar 15, 2024
2 parents bfadcb7 + 832cd88 commit 8f923fd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check-styling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Check styling

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

Expand Down
6 changes: 3 additions & 3 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:
paths:
- '**.php'
- 'phpstan.neon.dist'
branches: [main]
pull_request:
branches: [main]

permissions:
contents: read
Expand Down

0 comments on commit 8f923fd

Please sign in to comment.