From 6a6cc621161920b1de0b01c925a2098851e478c7 Mon Sep 17 00:00:00 2001 From: Dutta Date: Tue, 17 Dec 2024 13:02:14 -0500 Subject: [PATCH] update --- .github/workflows/deploy_dev_env.yml | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy_dev_env.yml b/.github/workflows/deploy_dev_env.yml index b4d07e01..4a0facd6 100644 --- a/.github/workflows/deploy_dev_env.yml +++ b/.github/workflows/deploy_dev_env.yml @@ -1,10 +1,20 @@ name: Deploy to Dev environment upon Release on: - workflow_run: - workflows: [Azure CAC Release] - types: - - completed + # workflow_run: + # workflows: [Azure CAC Release] + # types: + # - completed + workflow_dispatch: + push: + paths-ignore: + - 'README.md' + - 'SECURITY.md' + - 'SUPPORT.md' + - 'psmodules/**' + - 'docs/**' + branches: + - idutta/GR13V3_fixforLog concurrency: group: Deploy-Azure-CAC-Dev