fix(ci): only validate wrapper when changed
This commit is contained in:
parent
54eab762a8
commit
047766225f
1 changed files with 5 additions and 0 deletions
|
@ -3,6 +3,11 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- develop
|
||||
paths:
|
||||
- ".github/workflows/validate_gradle_wrapper.yml"
|
||||
- "gradle/**"
|
||||
- "gradlew"
|
||||
- "gradlew.bat"
|
||||
pull_request:
|
||||
paths:
|
||||
- ".github/workflows/validate_gradle_wrapper.yml"
|
||||
|
|
Loading…
Reference in a new issue