Skip to content

Commit b29f875

Browse files
authored
Update gradle.yml
1 parent df4b1d6 commit b29f875

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/gradle.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,12 @@ on:
1111
push:
1212
branches: [ "master" ]
1313
pull_request:
14-
branches: [ "master" ]
15-
14+
paths:
15+
- '**.gradle.kts'
16+
- '**.properties'
17+
- 'src/**'
18+
- '.github/workflows/**'
19+
types: [opened, synchronize, reopened]
1620
permissions:
1721
contents: read
1822

0 commit comments

Comments
 (0)