Skip to content

Commit 3c822a1

Browse files
authored
Merge pull request #528 from wpengine/issue-495-automate-plugin-check
ci: Broaden plugin-check.yml trigger to run for all files
2 parents 1a04307 + 16e5b23 commit 3c822a1

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)