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

Commit b6d27e7

Browse files
committed
fix(ci): run wrapper validation on develop branch push
1 parent 6850228 commit b6d27e7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/validate_gradle_wrapper.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Validate Gradle Wrapper
22
on:
3+
push:
4+
branches:
5+
- develop
36
pull_request:
47
paths:
58
- ".github/workflows/validate_gradle_wrapper.yml"

0 commit comments

Comments
 (0)