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
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ on:
branches: ["master"]
paths:
- "src/**"
Comment on lines 6 to 7

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Keep Docker build inputs in the release path filter

For a push to master that changes only Dockerfile, pyproject.toml, or .dockerignore, this allowlist now skips the release workflow, even though the image is built from those files and Dockerfile copies and installs pyproject.toml. Consequently, runtime, dependency, or build-context fixes can pass CI but never reach the recommended ghcr.io/pathbit/9rtksync:latest image until an unrelated src/** change or manual run occurs; version-tag runs do not repair latest because that tag is enabled only for refs/heads/master.

Useful? React with 👍 / 👎.

- "Dockerfile"
- "pyproject.toml"
- ".dockerignore"
tags: ["v*.*.*"]
workflow_dispatch:

Expand Down
Loading