fix: Run upload_conan_deps.yml on conan.lock changes (#2227)

This commit is contained in:
Ayaz Salikhov
2025-06-13 17:40:55 +01:00
committed by GitHub
parent 3d3db68508
commit 95698ee2de

View File

@@ -8,12 +8,14 @@ on:
paths:
- .github/workflows/upload_conan_deps.yml
- conanfile.py
- conan.lock
push:
branches:
- develop
paths:
- .github/workflows/upload_conan_deps.yml
- conanfile.py
- conan.lock
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}