Skip to content

Commit

Permalink
Fix phpstan and phplint branches
Browse files Browse the repository at this point in the history
  • Loading branch information
slawkens committed Jan 13, 2025
1 parent 620e0f6 commit faa60f5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/phplint.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: PHP Linting
on:
pull_request:
branches: [develop]
branches: [master]
push:
branches: [develop]
branches: [master]

jobs:
phplint:
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:
pull_request:
branches: [develop]
branches: [master]
push:
branches: [develop]
branches: [master]

jobs:
tests:
Expand Down

0 comments on commit faa60f5

Please sign in to comment.