Pipeline re-working v2
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user