Workflow
Do not trigger rebuild on changes to README only
This commit is contained in:
parent
057feb32bf
commit
940e543d21
1 changed files with 2 additions and 0 deletions
2
.github/workflows/build-image.yaml
vendored
2
.github/workflows/build-image.yaml
vendored
|
@ -2,6 +2,8 @@ name: build-image
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
paths-ignore:
|
||||||
|
- 'README.md'
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
- dev
|
- dev
|
||||||
|
|
Loading…
Reference in a new issue