Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

change the nuget versions #184

change the nuget versions

change the nuget versions #184

Workflow file for this run

name: Podcast API CICD
on:
push:
branches: [main]
paths:
- "src/Services/Podcasts/**"
- "deploy/Services/api.bicep"
- ".github/workflows/podcast-api.yml"
pull_request:
branches: [main]
paths:
- "src/Services/Podcasts/**"
- ".github/workflows/podcast-api.yml"
workflow_dispatch:
jobs:
buildPushDeployStaging:
name: "staging"
if: "!contains(github.ref, 'refs/heads/main')"
uses: ./.github/workflows/template-api.yml
concurrency:
group: staging-api
cancel-in-progress: true
secrets: inherit
with:
environment: staging
buildPushDeployProd:
name: "prod"
if: contains(github.ref, 'refs/heads/main')
uses: ./.github/workflows/template-api.yml
concurrency:
group: prod-api
cancel-in-progress: true
secrets: inherit
with:
environment: prod