We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 206dcca + 4afc0f1 commit 0ed7d3aCopy full SHA for 0ed7d3a
1 file changed
.github/workflows/azure-dev.yml
@@ -3,25 +3,6 @@ name: CI/CD Azure - Real-Time Intelligence Operations
3
# Trigger the workflow on manual dispatch
4
on:
5
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
18
19
20
21
22
23
24
25
26
# Set up permissions for deploying with secretless Azure federated credentials
27
permissions:
0 commit comments