File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 55 # Only consider PRs that change files for this asset, including ci scripts
66 paths :
77 - ' .github/workflows/concept-library-container.yaml'
8- - ' ./ CodeListLibrary_project/**'
9- - ' ./ docker/**'
8+ - ' CodeListLibrary_project/**'
9+ - ' docker/**'
1010 push :
1111 # Only release off of release and maintenance branches for this asset
1212 branches :
1313 - ' master'
1414 # Only consider pushes that change files for this asset, including ci scripts
1515 paths :
1616 - ' .github/workflows/concept-library-container.yaml'
17- - ' ./ CodeListLibrary_project/**'
18- - ' ./ docker/**'
17+ - ' CodeListLibrary_project/**'
18+ - ' docker/**'
1919
2020permissions :
2121 contents : write
Original file line number Diff line number Diff line change 1818 - ' .github/workflows/sonarqube.yaml'
1919 - ' CodeListLibrary_project/**'
2020 - ' docker/**'
21- - ' docs/**'
2221
2322jobs :
2423 scan-code :
You can’t perform that action at this time.
0 commit comments