mirror of
https://github.com/vector-im/element-web.git
synced 2026-04-19 20:41:12 +02:00
Only run Docker CD workflow if any images have changed (#32954)
This commit is contained in:
parent
f18eb24144
commit
7bbd86ca10
7
.github/workflows/cd.yaml
vendored
7
.github/workflows/cd.yaml
vendored
@ -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: {}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user