diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index cff9fa9..0511509 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -2,9 +2,15 @@ name: Build and Publish Docker Images on: push: + paths: + - frontend/** + - backend/** branches: - master pull_request: + paths: + - frontend/** + - backend/** branches: - master