Skip to content

Commit 432083e

Browse files
committed
fix: validate plugin toml ci
1 parent 80f6aee commit 432083e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate-plugin-toml.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches:
66
- master
77
paths:
8-
- 'plugins/**/plugin.toml'
8+
- 'plugins/**'
99

1010
jobs:
1111
validate:

0 commit comments

Comments
 (0)