ignore changes on specific files

This commit is contained in:
timothycarambat 2023-12-19 12:29:45 -08:00
parent 14c75e1374
commit b55da9d51f

View File

@ -3,6 +3,13 @@ name: Publish Docker image for Render.com deployments
on:
push:
branches: ['render']
paths-ignore:
- 'render.yaml'
- '*.md'
- 'cloud-deployments/*'
- 'images/*'
- '.vscode/*'
jobs:
push_to_registries: