build: run suite if any kotlin dsl file changes

This commit is contained in:
Connor Tumbleson 2023-08-08 06:16:10 -04:00
parent 22d792e328
commit 2549fe983b
No known key found for this signature in database
GPG Key ID: C3CC0A201EC7DA75

View File

@ -6,7 +6,7 @@ on:
pull_request:
paths:
- '**.java'
- '**.gradle'
- '**.kts'
- 'brut.apktool/apktool-lib/src/main/resources/**'
- 'brut.apktool/apktool-lib/src/test/**'
- '.github/workflows/**'