Skip to content

Commit 21d2d0d

Browse files
committed
revert test changes
1 parent 5ab08a7 commit 21d2d0d

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/static-analysis.yml

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

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

0 commit comments

Comments
 (0)