Skip to content

[#68] Integrate Model Orphans Reporting #66

[#68] Integrate Model Orphans Reporting

[#68] Integrate Model Orphans Reporting #66

Workflow file for this run

name: Push on feature
on:
push:
branches-ignore:
- main
jobs:
call-build-workflow:
uses: ./.github/workflows/Build.yml
with:
version: ${{vars.PRODUCTVERSION}}
runs-on: windows-latest
secrets: inherit
call-executetests-workflow:
needs: call-build-workflow
uses: ./.github/workflows/executetests.yml
secrets: inherit