mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2025-04-17 18:18:11 +00:00
update build ignore
This commit is contained in:
parent
fd4a230669
commit
964d9a7137
1 changed files with 4 additions and 4 deletions
8
.github/workflows/build-and-push-image.yaml
vendored
8
.github/workflows/build-and-push-image.yaml
vendored
|
@ -14,12 +14,12 @@ on:
|
|||
push:
|
||||
branches: ['master'] # master branch only. Do not modify.
|
||||
paths-ignore:
|
||||
- '*.md'
|
||||
- '**.md'
|
||||
- 'cloud-deployments/*'
|
||||
- 'images/*'
|
||||
- '.vscode/*'
|
||||
- 'images/**/*'
|
||||
- '.vscode/**/*'
|
||||
- '**/.env.example'
|
||||
- '.github/ISSUE_TEMPLATE/*'
|
||||
- '.github/ISSUE_TEMPLATE/**/*'
|
||||
|
||||
jobs:
|
||||
push_multi_platform_to_registries:
|
||||
|
|
Loading…
Add table
Reference in a new issue