Skip to content

Commit 4cfeb38

Browse files
authored
Add gradle files to build workflow paths
1 parent 283c0f6 commit 4cfeb38

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
- 'common/src/main/java/**'
66
- 'fabric/src/main/java/**'
77
- 'neoforge/src/main/java/**'
8+
- '**/gradle.properties'
9+
- '**/settings.gradle'
10+
- '**/build.gradle'
811
- '.github/workflows/build.yml'
912

1013
jobs:

0 commit comments

Comments
 (0)