Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions .github/workflows/backend-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ on:
push:
branches: [main]
tags: ["v*"]
paths:
- "backend/**"
- ".github/workflows/backend-image.yml"
# No paths filter here: GitHub applies push `paths` to tag pushes too, so a
# release tag whose commit only touched infra/ would be skipped and never
# publish its versioned image. Branch pushes are cheap to rebuild (the image
# tag is content-addressed), so we always build on main and on every v* tag.
pull_request:
paths:
- "backend/**"
Expand Down