From bd2bb8cd808c29df8e7020864a8c69f6a120ee6a Mon Sep 17 00:00:00 2001 From: Sheetal Date: Tue, 16 Apr 2024 20:41:25 +0530 Subject: [PATCH] pipeline implemetation --- .github/workflows/dev-connection.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/dev-connection.yml b/.github/workflows/dev-connection.yml index 8ce214ca0..e95b0caa0 100644 --- a/.github/workflows/dev-connection.yml +++ b/.github/workflows/dev-connection.yml @@ -4,9 +4,9 @@ on: push: branches: - pipeline-implementation - # paths: - # - 'apps/connection/**' - # workflow_dispatch: + paths: + - 'apps/connection/**' + workflow_dispatch: env: ECR_IMAGE_TAG: "CONNECTION_V_${{ github.run_number }}"