From 569cc8ebe7229156b713023907791bda5930e9df Mon Sep 17 00:00:00 2001 From: StealWonders <6114858+StealWonders@users.noreply.github.com> Date: Mon, 4 Mar 2024 16:50:42 +0100 Subject: [PATCH] testing --- .github/workflows/deploy-main-in-dev-env.yml | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-main-in-dev-env.yml b/.github/workflows/deploy-main-in-dev-env.yml index fa9b952..230a5c3 100644 --- a/.github/workflows/deploy-main-in-dev-env.yml +++ b/.github/workflows/deploy-main-in-dev-env.yml @@ -2,7 +2,7 @@ name: Development Deployment on: push: - branches: [ main ] + branches: [ main, fix/** ] jobs: build: diff --git a/Dockerfile b/Dockerfile index 8ea60ec..fe97d3f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,7 @@ CMD ["air"] FROM base as built WORKDIR /opt/mensatt -#RUN git config --global --add safe.directory /opt/mensatt +RUN git config --global --add safe.directory /opt/mensatt # Install required dependencies here for better cache utilization COPY go.mod go.sum ./