Skip to content

Commit

Permalink
Merge pull request #10136 from greg0ire/trigger-sa-workflows-less
Browse files Browse the repository at this point in the history
Stop triggering static analysis workflows on tests
  • Loading branch information
greg0ire committed Oct 17, 2022
2 parents e93e8e0 + bdf067b commit 90bc6dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/static-analysis.yml
Expand Up @@ -11,7 +11,7 @@ on:
- lib/**
- phpstan*
- psalm*
- tests/**
- tests/Doctrine/StaticAnalysis/**
push:
branches:
- "*.x"
Expand All @@ -21,7 +21,7 @@ on:
- lib/**
- phpstan*
- psalm*
- tests/**
- tests/Doctrine/StaticAnalysis/**

jobs:
static-analysis-phpstan:
Expand Down

0 comments on commit 90bc6dc

Please sign in to comment.