Skip to content

Commit

Permalink
Trigger Validate Java CI on changes in build.gradle file (#3673)
Browse files Browse the repository at this point in the history
## Description

We want to trigger CI with java validation on changes in build.gradle
file also.
  • Loading branch information
piaskowyk authored Oct 14, 2022
1 parent e94062d commit 5ef3463
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/validate-java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
pull_request:
paths:
- 'android/src/main/java/**'
- 'android/build.gradle'
push:
branches:
- main
Expand Down

0 comments on commit 5ef3463

Please sign in to comment.