mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2024-11-18 20:20:11 +01:00
update build ignore
This commit is contained in:
parent
fd4a230669
commit
964d9a7137
8
.github/workflows/build-and-push-image.yaml
vendored
8
.github/workflows/build-and-push-image.yaml
vendored
@ -14,12 +14,12 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches: ['master'] # master branch only. Do not modify.
|
branches: ['master'] # master branch only. Do not modify.
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- '*.md'
|
- '**.md'
|
||||||
- 'cloud-deployments/*'
|
- 'cloud-deployments/*'
|
||||||
- 'images/*'
|
- 'images/**/*'
|
||||||
- '.vscode/*'
|
- '.vscode/**/*'
|
||||||
- '**/.env.example'
|
- '**/.env.example'
|
||||||
- '.github/ISSUE_TEMPLATE/*'
|
- '.github/ISSUE_TEMPLATE/**/*'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
push_multi_platform_to_registries:
|
push_multi_platform_to_registries:
|
||||||
|
Loading…
Reference in New Issue
Block a user