Skip to content

Commit afdfc68

Browse files
author
Harmanpreet Kaur
committed
Update deployment workflow to enhance clarity and maintainability
1 parent 525c1ab commit afdfc68

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ on:
1212
- 'infra/*.parameters.json'
1313
- 'infra/scripts/**'
1414
- '.github/workflows/deploy.yml'
15+
- 'azure.yml'
16+
- 'azure-custom.yml'
1517
pull_request:
1618
types:
1719
- opened
@@ -28,6 +30,8 @@ on:
2830
- 'infra/*.parameters.json'
2931
- 'infra/scripts/**'
3032
- '.github/workflows/deploy.yml'
33+
- 'azure.yml'
34+
- 'azure-custom.yml'
3135
workflow_run:
3236
workflows: ["Build Docker and Optional Push v3"]
3337
types:

0 commit comments

Comments
 (0)