mirror of
https://github.com/revanced/Apktool.git
synced 2025-02-15 13:16:46 +01:00
fix: allow workflow to run if gradle updates
This commit is contained in:
parent
120611879c
commit
56ea1cb35e
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -10,6 +10,9 @@ on:
|
|||||||
- 'brut.apktool/apktool-lib/src/main/resources/**'
|
- 'brut.apktool/apktool-lib/src/main/resources/**'
|
||||||
- 'brut.apktool/apktool-lib/src/test/**'
|
- 'brut.apktool/apktool-lib/src/test/**'
|
||||||
- '.github/workflows/**'
|
- '.github/workflows/**'
|
||||||
|
- 'gradle/wrapper/**'
|
||||||
|
- 'gradlew'
|
||||||
|
- 'gradlew.bat'
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-${{ github.ref }}
|
group: ${{ github.workflow }}-${{ github.ref }}
|
||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user