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:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- develop
|
- develop
|
||||||
|
paths:
|
||||||
|
- ".github/workflows/validate_gradle_wrapper.yml"
|
||||||
|
- "gradle/**"
|
||||||
|
- "gradlew"
|
||||||
|
- "gradlew.bat"
|
||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
paths:
|
||||||
- ".github/workflows/validate_gradle_wrapper.yml"
|
- ".github/workflows/validate_gradle_wrapper.yml"
|
||||||
|
|
Loading…
Reference in a new issue