From 32d164e5271083686f3a4105a59241fe94d819c3 Mon Sep 17 00:00:00 2001 From: Opeyemi Alao <54288773+Eeebru@users.noreply.github.com> Date: Tue, 16 Jan 2024 16:20:37 +0000 Subject: [PATCH] Update the Slack deployment status trigger --- .github/workflows/test-report-deployment-status-to-slack.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-report-deployment-status-to-slack.yml b/.github/workflows/test-report-deployment-status-to-slack.yml index e152ffdc..bf437807 100644 --- a/.github/workflows/test-report-deployment-status-to-slack.yml +++ b/.github/workflows/test-report-deployment-status-to-slack.yml @@ -3,7 +3,7 @@ name: Test report-deployment-status-to-slack on: pull_request: paths: - - "./report-deployment-status-to-slack" + - "./report-deployment-status-to-slack/**" - ".github/workflows/test-report-deployment-status-to-slack.yml" jobs: