chore: update workflows to trigger on completion of Docker Build, Publish & Test

This commit is contained in:
GitHub Actions
2026-02-08 02:48:55 +00:00
parent cbf61acfef
commit 5ab66ddbc1
14 changed files with 129 additions and 154 deletions

View File

@@ -3,12 +3,8 @@ name: Docker Lint
on:
push:
branches: [ main, development, 'feature/**', 'hotfix/**' ]
paths:
- 'Dockerfile'
pull_request:
branches: [ main, development, 'feature/**', 'hotfix/**' ]
paths:
- 'Dockerfile'
concurrency:
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.head_ref || github.ref_name }}