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