Skip to content

ci: add manual-workflow workflow #4

ci: add manual-workflow workflow

ci: add manual-workflow workflow #4

Workflow file for this run

name: dotnet-demo-api CI
on:
pull_request:
push:
jobs:
test:
uses: vojtechmares/dotnet-demo-api/.github/workflows/reusable-test.yml@main
with:
dotnet-version: '9.0.x'
docker-build:
needs: [test]
permissions:
contents: read
packages: write
uses: vojtechmares/dotnet-demo-api/.github/workflows/reusable-docker-build.yml@main
secrets: inherit
deploy:
needs: [docker-build]
if: ${{ contains(github.ref, 'release') }}
uses: vojtechmares/dotnet-demo-api/.github/workflows/reusable-deploy.yml@main
with:
environment: fake