mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2024-11-19 04:30:10 +01:00
Add ignore-paths for github actions
This commit is contained in:
parent
ecf4295537
commit
7c941c462c
5
.github/workflows/build-and-push-image.yaml
vendored
5
.github/workflows/build-and-push-image.yaml
vendored
@ -3,6 +3,11 @@ name: Publish Docker image and Github Registry
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: ['master']
|
branches: ['master']
|
||||||
|
paths-ignore:
|
||||||
|
- '*.md'
|
||||||
|
- 'cloud-deployments/*'
|
||||||
|
- 'images/*'
|
||||||
|
- '.vscode/*'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
push_to_registries:
|
push_to_registries:
|
||||||
|
Loading…
Reference in New Issue
Block a user