Skip to content

Commit

Permalink
Project: Build driver if files in Source/common/* change (#637)
Browse files Browse the repository at this point in the history
  • Loading branch information
russellhancox authored Oct 15, 2021
1 parent 67db370 commit 2f80a42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
for file in `cat files.txt`; do
if [[ $file = Source/* ]]; then
build_and_run_test=1;
if [[ $file = Source/santa_driver/* ]]; then
if [[ $file = Source/santa_driver/* || $file = Source/common/* ]]; then
build_driver=1;
break;
fi
Expand Down

0 comments on commit 2f80a42

Please sign in to comment.