We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
conan.lock
1 parent b0f4174 commit 6bf8338Copy full SHA for 6bf8338
.github/workflows/on-pr.yml
@@ -75,6 +75,7 @@ jobs:
75
tests/**
76
CMakeLists.txt
77
conanfile.py
78
+ conan.lock
79
- name: Check whether to run
80
# This step determines whether the rest of the workflow should
81
# run. The rest of the workflow will run if this job runs AND at
.github/workflows/on-trigger.yml
@@ -32,6 +32,7 @@ on:
32
- "tests/**"
33
- "CMakeLists.txt"
34
- "conanfile.py"
35
+ - "conan.lock"
36
37
# Run at 06:32 UTC on every day of the week from Monday through Friday. This
38
# will force all dependencies to be rebuilt, which is useful to verify that
0 commit comments