Skip to content

Commit 45d9c08

Browse files
fix: Restore push trigger with path filters for azure-dev.yml
Keep dev's workflow structure while adding back push trigger with path filters for infra/**, azure*.yaml, and workflow file changes. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 34d01a3 commit 45d9c08

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/azure-dev.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
name: Azure Dev Deploy
22
on:
33
workflow_dispatch:
4+
push:
5+
branches:
6+
- main
7+
paths:
8+
- 'infra/**'
9+
- 'azure*.yaml'
10+
- '.github/workflows/azure-dev.yml'
411

512

613
permissions:

0 commit comments

Comments
 (0)