Skip to content

Commit 7bbd86c

Browse files
authored
Only run Docker CD workflow if any images have changed (#32954)
1 parent f18eb24 commit 7bbd86c

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/cd.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@ name: CD # Continuous Delivery
22
on:
33
push:
44
branches: [master, staging, develop]
5+
paths:
6+
- "**/Dockerfile"
7+
- "**/dockerbuild"
8+
- "**/docker"
9+
- "**/docker-*"
10+
- "pnpm-lock.yaml"
11+
512
concurrency: ${{ github.workflow }}-${{ github.ref_name }}
613

714
permissions: {}

0 commit comments

Comments
 (0)