Merge pull request #33 from pzcn/patch-2

action 仅在有json文件变更时运行
This commit is contained in:
Fankesyooni
2022-03-06 15:20:32 +08:00
committed by GitHub

View File

@@ -2,7 +2,11 @@ name: Validate NotifyIconsRule Json File
on:
push:
paths:
- '**.json'
pull_request:
paths:
- '**.json'
jobs:
validate: