Skip to content

Commit 1f05e8e

Browse files
fix: restrict deploy workflow to manual trigger only
Remove push trigger to prevent automatic resource provisioning. The workflow now only runs via workflow_dispatch. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent c20645d commit 1f05e8e

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

.github/workflows/azure-dev.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,6 @@
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'
11-
12-
134
permissions:
145
contents: read
156
id-token: write

0 commit comments

Comments
 (0)