Skip to content

Commit

Permalink
optimize psalm workflow running
Browse files Browse the repository at this point in the history
  • Loading branch information
roxblnfk committed Oct 24, 2024
1 parent a03e85d commit bdd2b37
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
---

on: # yamllint disable-line rule:truthy
pull_request:
on:
push:
branches:
- '4.*'
paths:
- 'src/**'
- '.php-cs-fixer.dist.php'
- 'psalm*'
- 'composer.*'
push:
pull_request:
paths:
- 'src/**'
- '.php-cs-fixer.dist.php'
Expand Down

0 comments on commit bdd2b37

Please sign in to comment.