Skip to content

Commit e3f8b30

Browse files
committed
Merge branch 'issue-495-automate-plugin-check' of https://github.com/wpengine/hwptoolkit into issue-495-automate-plugin-check
2 parents a5fe615 + 131c24b commit e3f8b30

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)