Skip to content

Commit 18fd299

Browse files
committed
add workflow trigger for conan job on conan changes
1 parent ad61335 commit 18fd299

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/conan.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ on:
55
schedule:
66
- cron: "15 11 * * 1-5"
77
workflow_dispatch:
8+
pull_request:
9+
paths:
10+
- conanfile.py
11+
- test_package/conanfile.py
812

913
jobs:
1014
prepare:

0 commit comments

Comments
 (0)