Pipeline re-working v2

This commit is contained in:
2026-01-31 12:33:34 -03:00
parent 3ffb9de80a
commit 3d5f79ba08
5 changed files with 36 additions and 25 deletions

View File

@@ -1,8 +1,11 @@
# PR pipeline: lint, build, test on the branch (separate steps, shared workspace).
# Runs when a pull request is opened or updated.
# Does not build Docker image or deploy.
# Lint workflow: install deps + run lint (shared workspace with build, test).
# Runs on pull requests, push/tag/manual on main, or manual from any branch.
when:
event: pull_request
- event: pull_request
- event: push
branch: main
- event: tag
- event: manual
steps:
- name: install