From 9a6956698732f8ba8186d7fd1e4fe191fb33f12c Mon Sep 17 00:00:00 2001 From: saumyaj3 Date: Wed, 12 Feb 2025 11:50:13 +0100 Subject: [PATCH] Update workflow to track changes in conandata.yml NP-732 --- .github/workflows/conan-package-resources.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/conan-package-resources.yml b/.github/workflows/conan-package-resources.yml index 609f27e32f..39125d1991 100644 --- a/.github/workflows/conan-package-resources.yml +++ b/.github/workflows/conan-package-resources.yml @@ -4,6 +4,7 @@ on: push: paths: - '.github/workflows/conan-package-resources.yml' + - 'conandata.yml' - 'resources/definitions/**' - 'resources/extruders/**' - 'resources/images/**'