From 60917ec9e71260ee930acebc5f80180c4b9a84f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=20H=C3=A4ggblad?= Date: Thu, 12 Sep 2024 10:23:00 +0200 Subject: [PATCH] Remove the push trigger for ci-nym-wallet-rust (#4869) --- .github/workflows/ci-nym-wallet-rust.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/ci-nym-wallet-rust.yml b/.github/workflows/ci-nym-wallet-rust.yml index 62115b27383..fb76b7c36e1 100644 --- a/.github/workflows/ci-nym-wallet-rust.yml +++ b/.github/workflows/ci-nym-wallet-rust.yml @@ -1,13 +1,6 @@ name: ci-nym-wallet-rust on: - push: - paths: - - 'nym-wallet/**' - - 'common/**' - - 'contracts/vesting/**' - - 'nym-api/nym-api-requests/**' - - '.github/workflows/ci-nym-wallet-rust.yml' pull_request: paths: - 'nym-wallet/**'