chore: update workflow triggers to run on completion of Docker Build, Publish & Test

This commit is contained in:
GitHub Actions
2026-02-08 02:31:31 +00:00
parent fd057989d9
commit cbf61acfef
3 changed files with 86 additions and 74 deletions

View File

@@ -1,6 +1,9 @@
name: Quality Checks
on:
workflow_run:
workflows: ["Docker Build, Publish & Test"]
types: [completed]
push:
branches:
- main