Skip to content

Change target framework to net10.0-windows #75

Change target framework to net10.0-windows

Change target framework to net10.0-windows #75

Workflow file for this run

name: CI
on:
workflow_call:
pull_request:
branches:
- 'production'
- 'main'
push:
branches:
- '!production'
- '!main'
jobs:
tests:
name: Execute Tests
uses: ./.github/workflows/tests.yml
secrets: inherit