mirror of
https://github.com/leejet/stable-diffusion.cpp.git
synced 2026-06-09 15:56:39 +00:00
fix: trigger ci for docker image changes (#1527)
This commit is contained in:
parent
99bd062546
commit
0045a72b96
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -14,6 +14,8 @@ on:
|
|||||||
paths:
|
paths:
|
||||||
[
|
[
|
||||||
".github/workflows/**",
|
".github/workflows/**",
|
||||||
|
".dockerignore",
|
||||||
|
"Dockerfile*",
|
||||||
"**/CMakeLists.txt",
|
"**/CMakeLists.txt",
|
||||||
"**/Makefile",
|
"**/Makefile",
|
||||||
"**/*.h",
|
"**/*.h",
|
||||||
@ -29,6 +31,8 @@ on:
|
|||||||
paths:
|
paths:
|
||||||
[
|
[
|
||||||
".github/workflows/**",
|
".github/workflows/**",
|
||||||
|
".dockerignore",
|
||||||
|
"Dockerfile*",
|
||||||
"**/CMakeLists.txt",
|
"**/CMakeLists.txt",
|
||||||
"**/Makefile",
|
"**/Makefile",
|
||||||
"**/*.h",
|
"**/*.h",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user