Skip to content

Continuous Integration - XPRTZ.net - fix/concurrency-github-actions #7

Continuous Integration - XPRTZ.net - fix/concurrency-github-actions

Continuous Integration - XPRTZ.net - fix/concurrency-github-actions #7

name: Continuous integration workflow for XPRTZ.net
run-name: Continuous Integration - XPRTZ.net - ${{ github.ref_name }}
concurrency: ci-dotnet-${{ github.ref_name }}
on:
workflow_dispatch:
push:
branches-ignore:
- main
paths:
- ".github/workflows/**"
- "apps/dotnet/**"
permissions:
id-token: write
contents: read
jobs:
build-dotnet-application:
uses: ./.github/workflows/reusable-build-application.yaml
with:
application: dotnet
upload-artifcats: false