Skip to content

Commit

Permalink
json配置文件检查流水线只在配置文件发生改动时才运行
Browse files Browse the repository at this point in the history
  • Loading branch information
shuiping233 committed Dec 21, 2024
1 parent f4fad06 commit 519925a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/CheckConfig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,15 @@ on:
push:
branches:
- main
- master
paths:
- '**.json'
- 'config/*.json'
pull_request:
branches:
- main
- master
paths:
- '**.json'
- 'config/*.json'

jobs:
check_config:
Expand Down

0 comments on commit 519925a

Please sign in to comment.