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

@@ -13,7 +13,11 @@
name: 'E2E Tests'
on:
workflow_run:
workflows: ["Docker Build, Publish & Test"]
types: [completed]
push:
branches: [main, development, 'feature/**', 'hotfix/**']
paths:
- 'frontend/**'