Skip to content

Commit 19b9c90

Browse files
committed
Forgot to update e2e test.
1 parent dfd3ee1 commit 19b9c90

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/e2e-test.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,18 @@ on:
1313
branches:
1414
- main
1515
paths:
16-
- 'plugins/**.php'
17-
- 'plugins/**.js'
18-
- 'plugins/**.css'
19-
- 'plugins/**.json'
16+
- 'plugins/*/*.php'
17+
- 'plugins/*/*.js'
18+
- 'plugins/*/*.css'
19+
- 'plugins/*/*.json'
2020
pull_request:
2121
branches:
2222
- main
2323
paths:
24-
- 'plugins/**.php'
25-
- 'plugins/**.js'
26-
- 'plugins/**.css'
27-
- 'plugins/**.json'
24+
- 'plugins/*/*.php'
25+
- 'plugins/*/*.js'
26+
- 'plugins/*/*.css'
27+
- 'plugins/*/*.json'
2828

2929
jobs:
3030
detect-plugin:

0 commit comments

Comments
 (0)