chore: update workflows to trigger on completion of Docker Build, Publish & Test
This commit is contained in:
4
.github/workflows/docker-lint.yml
vendored
4
.github/workflows/docker-lint.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user