Skip to content

Commit 5a76906

Browse files
Merge pull request #849 from microsoft/psl-workflow-fix
fix: Restrict deploy workflow to manual trigger only
2 parents c20645d + 1f05e8e commit 5a76906

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)