mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2025-03-14 06:02:22 +00:00
Add ignore-paths for github actions
This commit is contained in:
parent
ecf4295537
commit
7c941c462c
1 changed files with 5 additions and 0 deletions
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:
|
||||
push:
|
||||
branches: ['master']
|
||||
paths-ignore:
|
||||
- '*.md'
|
||||
- 'cloud-deployments/*'
|
||||
- 'images/*'
|
||||
- '.vscode/*'
|
||||
|
||||
jobs:
|
||||
push_to_registries:
|
||||
|
|
Loading…
Add table
Reference in a new issue