Skip to content

Commit d3f77fe

Browse files
committed
Fix workflow path trigger in package.yml to include correct location
NP-1250
1 parent 1737a91 commit d3f77fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
- 'conanfile.py'
1111
- 'conandata.yml'
1212
- 'CMakeLists.txt'
13-
- 'package.yml'
13+
- '.github/workflows/package.yml'
1414
branches:
1515
- main
1616
- master

0 commit comments

Comments
 (0)