Trigger CICD on every push
Some checks failed
CICD / Build and Publish CICD Base Image (push) Successful in 43m17s
CICD / Build and Push CICD Image (push) Failing after 22m32s
CICD / Backend Tests (push) Has been skipped
CICD / Pre-commit Checks (push) Has been skipped
CICD / Frontend Tests (push) Has been skipped
CICD / Backend Doctests (push) Has been skipped
CICD / Build and Publish Runtime Images (push) Has been skipped
CICD / Runtime Black-Box Integration Tests (push) Has been skipped
CICD / End-to-End Tests (push) Has been skipped

This commit is contained in:
copilotcoder
2026-07-06 11:48:38 -04:00
parent 7c06fa3474
commit fe02644e1d

View File

@@ -2,7 +2,6 @@ name: CICD
on:
push:
branches: ["**"]
pull_request:
branches: [main, develop]
workflow_dispatch: