Skip to content

Commit

Permalink
Always run checks
Browse files Browse the repository at this point in the history
  • Loading branch information
tzsk committed Jan 21, 2021
1 parent ef1d6cf commit 31a2cf9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/php-cs-fixer.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Check & fix styling

on: [push]
on: [push, pull_request]

jobs:
php-cs-fixer:
Expand Down
6 changes: 1 addition & 5 deletions .github/workflows/psalm.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
name: Psalm

on:
push:
paths:
- '**.php'
- 'psalm.xml.dist'
on: [push, pull_request]

jobs:
psalm:
Expand Down

0 comments on commit 31a2cf9

Please sign in to comment.