Skip to content

Update to .Net 11 RC 1 with EFCore 11 RC 1 #38

Update to .Net 11 RC 1 with EFCore 11 RC 1

Update to .Net 11 RC 1 with EFCore 11 RC 1 #38

name: PullRequestWithoutCi
on:
pull_request:
branches:
- '**'
paths:
- '!**'
- '**.md'
jobs:
Status:
runs-on: ubuntu-latest
steps:
- name: 'Final Status'
shell: pwsh
run: |
echo 'All workflows succeeded.'
exit 0