Add ignore-paths for github actions

This commit is contained in:
timothycarambat 2023-12-19 12:39:49 -08:00
parent ecf4295537
commit 7c941c462c

View File

@ -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: