mirror of
https://github.com/android-password-store/Android-Password-Store.git
synced 2025-09-05 15:45:42 +02:00
fix(ci): only validate wrapper when changed
This commit is contained in:
parent
54eab762a8
commit
047766225f
|
@ -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