Run the build workflow when itself has changed
This commit is contained in:
parent
04b210b464
commit
9b5cc988dd
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
@ -3,6 +3,7 @@ name: Build
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
|
- .github/workflows/build.yml
|
||||||
- build.gradle
|
- build.gradle
|
||||||
- settings.gradle
|
- settings.gradle
|
||||||
- src/**
|
- src/**
|
||||||
|
|
Loading…
Add table
Reference in a new issue