File tree Expand file tree Collapse file tree 5 files changed +17
-17
lines changed
Expand file tree Collapse file tree 5 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 1212 branches :
1313 - main
1414 paths :
15- - ' plugins/*/*.php'
15+ - ' plugins/*/** .php'
1616 pull_request :
1717 paths :
18- - ' plugins/*/*.php'
18+ - ' plugins/*/** .php'
1919
2020jobs :
2121 detect-plugins :
Original file line number Diff line number Diff line change 1212 branches :
1313 - main
1414 paths :
15- - ' plugins/*/*.php'
15+ - ' plugins/*/** .php'
1616 pull_request :
1717 paths :
18- - ' plugins/*/*.php'
18+ - ' plugins/*/** .php'
1919
2020# Cancel previous workflow run groups that have not completed.
2121concurrency :
Original file line number Diff line number Diff line change 88 branches :
99 - main
1010 paths :
11- - " plugins/*/*"
11+ - " plugins/*/** "
1212
1313permissions :
1414 contents : write # Allow actions to read and write repository contents
Original file line number Diff line number Diff line change 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
2929jobs :
3030 detect-plugin :
Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ name: Plugin Artifact for PR
33on :
44 pull_request :
55 paths :
6- - ' plugins/*/*.php'
7- - ' plugins/*/*.js'
8- - ' plugins/*/*.css'
9- - ' plugins/*/*.json'
6+ - ' plugins/*/** .php'
7+ - ' plugins/*/** .js'
8+ - ' plugins/*/** .css'
9+ - ' plugins/*/** .json'
1010
1111jobs :
1212 create-plugin-artifact :
You can’t perform that action at this time.
0 commit comments