Skip to content

Commit

Permalink
Fix Static Analysis folder reference (#11281)
Browse files Browse the repository at this point in the history
  • Loading branch information
connorhu committed Feb 21, 2024
1 parent efb6ceb commit 0efac09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
- src/**
- phpstan*
- psalm*
- tests/Doctrine/StaticAnalysis/**
- tests/StaticAnalysis/**
push:
branches:
- "*.x"
Expand All @@ -20,7 +20,7 @@ on:
- src/**
- phpstan*
- psalm*
- tests/Doctrine/StaticAnalysis/**
- tests/StaticAnalysis/**

jobs:
static-analysis-phpstan:
Expand Down

0 comments on commit 0efac09

Please sign in to comment.