Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
StealWonders committed Mar 4, 2024
1 parent 9debbb0 commit 569cc8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-main-in-dev-env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Development Deployment

on:
push:
branches: [ main ]
branches: [ main, fix/** ]

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 ./
Expand Down

0 comments on commit 569cc8e

Please sign in to comment.