Run the build workflow when itself has changed
All checks were successful
Build / build (push) Successful in 23s
All checks were successful
Build / build (push) Successful in 23s
This commit is contained in:
parent
6ebdd6aa31
commit
808bc48ab9
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