ci: refactor CI pipelines into separate trigger-based workflows #7
Reference in New Issue
Block a user
Delete Branch "fix/refactor-ci-pipelines"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Split the monolithic
docker-build.yamlinto separate trigger-based workflows:master— builds, tests, and pushesjcabillot/rssbridge:latest0 0 * * *) — rebuilds and pushesjcabillot/rssbridge:nightlymaster— lints, builds, and tests (no push)master— bumps version and pushes git tagThis follows the same split pattern applied to
web/docker-ttrss.