Skip to content

Commit 26b4e07

Browse files
committed
Force static analysis
1 parent 2bd24a5 commit 26b4e07

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/static-analysis.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@ name: "Static Analysis"
22

33
on:
44
pull_request:
5-
paths:
6-
- "source/**/*.php"
7-
- ".github/workflows/*.yml"
5+
branches: master
6+
# paths:
7+
8+
# - "source/**/*.php"
9+
# - ".github/workflows/*.yml"
810
workflow_call:
911
inputs:
1012
ref:

0 commit comments

Comments
 (0)