Skip to content

Commit

Permalink
chore(github): deliver on merge to main (#237)
Browse files Browse the repository at this point in the history
  • Loading branch information
corybuecker authored Oct 20, 2024
1 parent 8a4fff0 commit 1a244ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/branch-protection.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: branch-protection
on: [push]
on:
push:
branches-ignore:
- main
jobs:
lint:
runs-on: ubuntu-latest
Expand Down
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1a244ba

Please sign in to comment.