mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2024-11-19 12:40:09 +01:00
ignore changes on specific files
This commit is contained in:
parent
14c75e1374
commit
b55da9d51f
@ -3,6 +3,13 @@ name: Publish Docker image for Render.com deployments
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: ['render']
|
branches: ['render']
|
||||||
|
paths-ignore:
|
||||||
|
- 'render.yaml'
|
||||||
|
- '*.md'
|
||||||
|
- 'cloud-deployments/*'
|
||||||
|
- 'images/*'
|
||||||
|
- '.vscode/*'
|
||||||
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
push_to_registries:
|
push_to_registries:
|
||||||
|
Loading…
Reference in New Issue
Block a user