Skip to content

Commit 0ed7d3a

Browse files
Merge pull request #82 from microsoft/psl-workflow-fix
fix: Restrict deploy workflow to manual trigger only
2 parents 206dcca + 4afc0f1 commit 0ed7d3a

1 file changed

Lines changed: 0 additions & 19 deletions

File tree

.github/workflows/azure-dev.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,6 @@ name: CI/CD Azure - Real-Time Intelligence Operations
33
# Trigger the workflow on manual dispatch
44
on:
55
workflow_dispatch:
6-
push:
7-
branches:
8-
- main
9-
- dev
10-
paths:
11-
- 'infra/**'
12-
- 'src/**'
13-
- 'azure.yaml'
14-
- 'requirements.txt'
15-
- '.github/workflows/azure-dev.yml'
16-
pull_request:
17-
branches:
18-
- main
19-
paths:
20-
- 'infra/**'
21-
- 'src/**'
22-
- 'azure.yaml'
23-
- 'requirements.txt'
24-
- '.github/workflows/azure-dev.yml'
256

267
# Set up permissions for deploying with secretless Azure federated credentials
278
permissions:

0 commit comments

Comments
 (0)