Skip to content

Commit 131c24b

Browse files
josephfuscoCopilot
andauthored
Update .github/workflows/plugin-check.yml
Co-authored-by: Copilot <[email protected]>
1 parent 250cd90 commit 131c24b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/plugin-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ on:
1010
branches:
1111
- main
1212
paths:
13-
- 'plugins/*/**.php'
13+
- 'plugins/**/*.php'
1414
pull_request:
1515
branches:
1616
- main
1717
paths:
18-
- 'plugins/*/**.php'
18+
- 'plugins/**/*.php'
1919

2020
jobs:
2121
detect-plugins:

0 commit comments

Comments
 (0)