fix: Add missing paths to update_docker_ci.yml (#2044)

This commit is contained in:
Ayaz Salikhov
2025-04-28 16:06:09 +01:00
committed by GitHub
parent 7c55529c90
commit cb01c9f596

View File

@@ -5,6 +5,7 @@ on:
- "docker/ci/**"
- "docker/compilers/**"
- .github/workflows/update_docker_ci.yml
- ".github/actions/build_docker_image/**"
push:
branches: [develop]
paths:
@@ -13,6 +14,7 @@ on:
- "docker/ci/**"
- "docker/compilers/**"
- .github/workflows/update_docker_ci.yml
- ".github/actions/build_docker_image/**"
workflow_dispatch:
jobs: