We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 459a08d commit 2231d25Copy full SHA for 2231d25
1 file changed
.github/workflows/validate.yml
@@ -2,7 +2,11 @@ name: Validate NotifyIconsRule Json File
2
3
on:
4
push:
5
+ paths:
6
+ - '**.json'
7
pull_request:
8
9
10
11
jobs:
12
validate:
0 commit comments