Skip to content

Commit 930fd04

Browse files
author
Harmanpreet Kaur
committed
Fix file extensions in deployment workflow for consistency
1 parent 5375b66 commit 930fd04

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ on:
3030
- 'infra/*.parameters.json'
3131
- 'infra/scripts/**'
3232
- '.github/workflows/deploy.yml'
33-
- 'azure.yml'
34-
- 'azure_custom.yml'
33+
- 'azure.yaml'
34+
- 'azure_custom.yaml'
3535
workflow_run:
3636
workflows: ["Build Docker and Optional Push v3"]
3737
types:

0 commit comments

Comments
 (0)