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:
|
||||
push:
|
||||
paths:
|
||||
- .github/workflows/build.yml
|
||||
- build.gradle
|
||||
- settings.gradle
|
||||
- src/**
|
||||
|
|
Loading…
Add table
Reference in a new issue