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 ./