Skip to content
This repository has been archived by the owner on Dec 3, 2024. It is now read-only.

Commit

Permalink
ci: run ci under all circumstances (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
greatislander authored Dec 3, 2021
1 parent 1fbe4a2 commit 3bcbdf8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/php-cs-fixer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Check & fix styling

on:
push:
paths:
- '**.php'
- '.php_cs.dist.php'
branches: [main]
pull_request:
branches: [main]

jobs:
php-cs-fixer:
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/psalm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,8 @@ name: Psalm
on:
push:
branches: [main]
paths:
- '**.php'
- 'psalm.xml.dist'
pull_request:
branches: [main]
paths:
- '**.php'
- 'psalm.xml.dist'

jobs:
psalm:
Expand Down

0 comments on commit 3bcbdf8

Please sign in to comment.