Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
dutt0 committed Dec 17, 2024
1 parent 2788e74 commit 6a6cc62
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions .github/workflows/deploy_dev_env.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 6a6cc62

Please sign in to comment.