Skip to content

Commit 16e5b23

Browse files
committed
Update plugin-check.yml
1 parent d3bbded commit 16e5b23

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/plugin-check.yml

Lines changed: 4 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/**'
1414
pull_request:
1515
branches:
1616
- main
1717
paths:
18-
- 'plugins/**/*.php'
18+
- 'plugins/**'
1919

2020
jobs:
2121
detect-plugins:
@@ -73,3 +73,5 @@ jobs:
7373
vendor
7474
node_modules
7575
tests
76+
ignore-warnings: true
77+
include-experimental: false

0 commit comments

Comments
 (0)