fix: allow workflow to run if gradle updates

This commit is contained in:
Connor Tumbleson 2023-03-04 13:50:14 -05:00
parent 120611879c
commit 56ea1cb35e
No known key found for this signature in database
GPG Key ID: C3CC0A201EC7DA75

View File

@ -10,6 +10,9 @@ on:
- 'brut.apktool/apktool-lib/src/main/resources/**'
- 'brut.apktool/apktool-lib/src/test/**'
- '.github/workflows/**'
- 'gradle/wrapper/**'
- 'gradlew'
- 'gradlew.bat'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true