create release pipeline v1

This commit is contained in:
Matt Parker
2025-11-14 23:19:18 +10:00
parent a26ba4f68c
commit 63d6dae754
7 changed files with 120 additions and 1 deletions

16
.github/workflows/create-release.yml vendored Normal file
View File

@@ -0,0 +1,16 @@
name: Create GitHub Release
on:
push:
branches:
- main
workflow_dispatch:
jobs:
execute-parallel-pipeline:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-dotnet@v5
- name: Dotnet Run Pipeline
run: dotnet run -c Release --project ./iac/Deploy/Deploy.csproj