From c1d7958f8d08cafa356c6678d1efc39b88a670bd Mon Sep 17 00:00:00 2001 From: Hubert <hubert@chainsafe.io> Date: Tue, 28 Nov 2023 10:47:56 +0100 Subject: [PATCH] fix CF deployment (#349) --- .github/workflows/deploy-cf-latest-snapshot.yml | 4 ++-- .github/workflows/deploy-cf-prune-latest.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy-cf-latest-snapshot.yml b/.github/workflows/deploy-cf-latest-snapshot.yml index 11337cac2..93a0f605a 100644 --- a/.github/workflows/deploy-cf-latest-snapshot.yml +++ b/.github/workflows/deploy-cf-latest-snapshot.yml @@ -2,11 +2,11 @@ name: Deploy CF latest-snapshot on: pull_request: paths: - - 'cf/latest-snapshot' + - 'cf/latest-snapshot/**' - '.github/workflows/deploy-cf-latest-snapshot.yml' push: paths: - - 'cf/latest-snapshot' + - 'cf/latest-snapshot/**' - '.github/workflows/deploy-cf-latest-snapshot.yml' workflow_dispatch: diff --git a/.github/workflows/deploy-cf-prune-latest.yml b/.github/workflows/deploy-cf-prune-latest.yml index 387bb1f7c..ebd30a495 100644 --- a/.github/workflows/deploy-cf-prune-latest.yml +++ b/.github/workflows/deploy-cf-prune-latest.yml @@ -2,11 +2,11 @@ name: Deploy CF prune-latest on: pull_request: paths: - - 'cf/prune-latest' + - 'cf/prune-latest/**' - '.github/workflows/deploy-cf-prune-latest.yml' push: paths: - - 'cf/prune-latest' + - 'cf/prune-latest/**' - '.github/workflows/deploy-cf-prune-latest.yml' workflow_dispatch: