Skip to content
Snippets Groups Projects
Commit 7c941c46 authored by timothycarambat's avatar timothycarambat
Browse files

Add ignore-paths for github actions

parent ecf42955
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment