From d761e6d5380efadddef0fc7f21793943830bfe3b Mon Sep 17 00:00:00 2001 From: HellAholic Date: Fri, 21 Feb 2025 13:43:09 +0100 Subject: [PATCH] file->data yml file is conandata --- .github/workflows/conan-package-resources.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/conan-package-resources.yml b/.github/workflows/conan-package-resources.yml index 1af68d6abd..7394a81ab7 100644 --- a/.github/workflows/conan-package-resources.yml +++ b/.github/workflows/conan-package-resources.yml @@ -12,7 +12,7 @@ on: - 'resources/quality/**' - 'resources/variants/**' - 'resources/conanfile.py' - - 'resources/conanfile.yml' + - 'resources/conandata.yml' branches: - 'main' - 'CURA-*'