Update version to 5.10.0 and adjust workflow paths

Upgraded the version in `conandata.yml` to 5.10.0. Updated the GitHub Actions workflow to include changes to `conandata.yml` in the trigger paths. This ensures builds run correctly when the version file is modified.

NP-732
This commit is contained in:
saumyaj3 2025-02-12 11:54:57 +01:00
parent 5fbe0a194b
commit a55236675b
2 changed files with 2 additions and 1 deletions

View File

@ -12,6 +12,7 @@ on:
- 'resources/quality/**' - 'resources/quality/**'
- 'resources/variants/**' - 'resources/variants/**'
- 'resources/conanfile.py' - 'resources/conanfile.py'
- 'resources/conandata.yml'
branches: branches:
- 'main' - 'main'
- 'CURA-*' - 'CURA-*'

View File

@ -1 +1 @@
version: "5.9.0" version: "5.10.0"