diff --git a/.github/workflows/checks.yaml b/.github/workflows/checks.yaml index a4a88b9..f13c672 100644 --- a/.github/workflows/checks.yaml +++ b/.github/workflows/checks.yaml @@ -5,9 +5,12 @@ on: types: - opened - synchronize + push: + branches: + - FTL-17134-cover-with-unit-tests jobs: rust-pipeline: - uses: affinidi/pipeline-rust/.github/workflows/checks.yaml@refs/heads/FTL-17134-coverage-for-separate-crates + uses: affinidi/pipeline-rust/.github/workflows/checks.yaml@FTL-17134-coverage-for-separate-crates secrets: inherit with: auditIgnore: "RUSTSEC-2022-0040,RUSTSEC-2023-0071,RUSTSEC-2024-0373"