diff --git a/.github/workflows/branch-protection.yaml b/.github/workflows/branch-protection.yaml index 4f36553..ccb44b2 100644 --- a/.github/workflows/branch-protection.yaml +++ b/.github/workflows/branch-protection.yaml @@ -1,5 +1,8 @@ name: branch-protection -on: [push] +on: + push: + branches-ignore: + - main jobs: lint: runs-on: ubuntu-latest diff --git a/Dockerfile b/Dockerfile index ca62a04..f90a803 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,7 +26,6 @@ FROM scratch COPY --from=backend_builder /build/simple-budget /simple-budget COPY src/templates /src/templates COPY --from=frontend_builder /build/controllers /static/controllers -COPY src/favicon.svg /static/favicon.svg COPY src/favicon.png /static/favicon.png COPY etc_passwd /etc/passwd COPY --from=frontend_builder /build/app.css /static/app.css