Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Commit 0477662

Browse files
committed
fix(ci): only validate wrapper when changed
1 parent 54eab76 commit 0477662

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/validate_gradle_wrapper.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ on:
33
push:
44
branches:
55
- develop
6+
paths:
7+
- ".github/workflows/validate_gradle_wrapper.yml"
8+
- "gradle/**"
9+
- "gradlew"
10+
- "gradlew.bat"
611
pull_request:
712
paths:
813
- ".github/workflows/validate_gradle_wrapper.yml"

0 commit comments

Comments
 (0)