Skip to content

Commit 0d35f60

Browse files
Update gradle-wrapper-validation.yml
1 parent 10176f1 commit 0d35f60

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

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

+7-1
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+
merge_group:
8+
workflow_dispatch:
39

410
jobs:
511
validation:

0 commit comments

Comments
 (0)