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

Commit

Permalink
fix(ci): only validate wrapper when changed
Browse files Browse the repository at this point in the history
  • Loading branch information
msfjarvis committed Dec 8, 2022
1 parent 54eab76 commit 0477662
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/validate_gradle_wrapper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 0477662

Please sign in to comment.