Skip to content

Commit 084c8b1

Browse files
committed
Run Validate Gradle Wrapper only on push to master
1 parent 51c3708 commit 084c8b1

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/gradle-wrapper-validation.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
name: Validate Gradle Wrapper
2-
on: [push, pull_request]
2+
on:
3+
push:
4+
branches:
5+
- master
6+
pull_request:
7+
branches:
8+
- '*'
39

410
jobs:
511
validation:

0 commit comments

Comments
 (0)