Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 0 additions & 19 deletions .github/workflows/azure-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,6 @@ name: CI/CD Azure - Real-Time Intelligence Operations
# Trigger the workflow on manual dispatch
on:
workflow_dispatch:
push:
branches:
- main
- dev
paths:
- 'infra/**'
- 'src/**'
- 'azure.yaml'
- 'requirements.txt'
- '.github/workflows/azure-dev.yml'
pull_request:
branches:
- main
paths:
- 'infra/**'
- 'src/**'
- 'azure.yaml'
- 'requirements.txt'
- '.github/workflows/azure-dev.yml'

# Set up permissions for deploying with secretless Azure federated credentials
permissions:
Expand Down