diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c585a01..95fd3fa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -61,6 +61,7 @@ jobs: test-docker: name: Test (${{ matrix.target }}) + if: github.event_name == 'push' runs-on: ubuntu-latest strategy: matrix: diff --git a/Cargo.toml b/Cargo.toml index ec965e6..9cd0b68 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,6 +8,7 @@ rust-version.workspace = true license.workspace = true authors.workspace = true repository.workspace = true +homepage.workspace = true description = "Memory-safe Rust reimplementation of Linux shadow-utils" readme = "README.md" keywords = ["shadow-utils", "uutils", "shadow", "passwd", "linux"]