Updated build-and-publish workflow to exclude non-relevant project paths.

This commit is contained in:
Matt Scott
2023-03-19 17:05:30 -04:00
parent f6009ba47b
commit 419bf35892

View File

@ -9,6 +9,22 @@ on:
- 'master'
tags:
- 'v*.*.*'
paths-ignore:
- .github/**
- deploy/**
- docker-test/**
- docs/**
- .dockerignore
- .gitattributes
- .gitignore
- .lgtm.yml
- .whitesource
- .yarnrc
- docker-compose.yml
- docker-compose-test.yml
- LICENSE
- README.md
- SECURITY.md
jobs:
build-and-push-docker-image: