Only run Docker CD workflow if any images have changed (#32954)
This commit is contained in:
@@ -2,6 +2,13 @@ name: CD # Continuous Delivery
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [master, staging, develop]
|
branches: [master, staging, develop]
|
||||||
|
paths:
|
||||||
|
- "**/Dockerfile"
|
||||||
|
- "**/dockerbuild"
|
||||||
|
- "**/docker"
|
||||||
|
- "**/docker-*"
|
||||||
|
- "pnpm-lock.yaml"
|
||||||
|
|
||||||
concurrency: ${{ github.workflow }}-${{ github.ref_name }}
|
concurrency: ${{ github.workflow }}-${{ github.ref_name }}
|
||||||
|
|
||||||
permissions: {}
|
permissions: {}
|
||||||
|
|||||||
Reference in New Issue
Block a user