From 38d3ec00a5e659c8fdbefcdf4871576cabc980f8 Mon Sep 17 00:00:00 2001 From: Lasse Alm Date: Mon, 22 Jul 2024 19:32:29 +0200 Subject: [PATCH] added semi colon --- .github/workflows/ci.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 95333ea7..eac81a24 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -25,7 +25,6 @@ jobs: outputs: crates: ${{ steps.filter.outputs.changes }} steps: - # For pull requests it's not necessary to checkout the code - uses: dorny/paths-filter@v2 id: filter with: @@ -54,7 +53,7 @@ jobs: generator/Cargo.toml: - 'generator/**' - '.github/**' - wallet-connect-test-bench/smart-contract/Cargo.toml + wallet-connect-test-bench/smart-contract/Cargo.toml: - 'wallet-connect-test-bench/**' - '.github/**' notification-server/Cargo.toml: