diff --git a/.github/workflows/build-linux.yaml b/.github/workflows/build-linux.yaml index 542f2b5..1b7368f 100644 --- a/.github/workflows/build-linux.yaml +++ b/.github/workflows/build-linux.yaml @@ -8,6 +8,8 @@ on: - 'src/**' - 'test/**' - 'vendor/**' + - 'Cargo.toml' + - 'Cargo.lock' - 'BSDmakefile' - 'GNUmakefile' - 'config.mk' @@ -19,6 +21,8 @@ on: - 'src/**' - 'test/**' - 'vendor/**' + - 'Cargo.toml' + - 'Cargo.lock' - 'BSDmakefile' - 'GNUmakefile' - 'config.mk'