Skip to content

Commit

Permalink
ci(mumu): 优化checkstyle触发时机
Browse files Browse the repository at this point in the history
  • Loading branch information
conifercone committed Nov 4, 2024
1 parent 15a74bf commit d00d87c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/checkstyle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,14 @@ on:
branches: [ "main","develop" ]
paths:
- '**/*.java'
- '**/*.properties'
- '**/*.xml'
pull_request:
branches: [ "main","develop" ]
paths:
- '**/*.java'
- '**/*.properties'
- '**/*.xml'

jobs:
build:
Expand Down

0 comments on commit d00d87c

Please sign in to comment.