Skip to content

feat(pc0038,fc0007,lc0089,lc0090) Improve flow-terminating built-in analysis #672

feat(pc0038,fc0007,lc0089,lc0090) Improve flow-terminating built-in analysis

feat(pc0038,fc0007,lc0089,lc0090) Improve flow-terminating built-in analysis #672

Workflow file for this run

name: Pull Request
on:
pull_request:
branches:
- main
- "release/**"
paths:
- "src/**"
- "**/*.sln"
- "**/*.csproj"
- "**/*.props"
- "**/*.targets"
- "Directory.Packages.props"
- "Directory.Build.props"
- "global.json"
- "nuget.config"
- "GitVersion.yml"
- ".config/dotnet-tools.json"
- ".github/workflows/**"
- ".github/actions/**"
- "!**/*.md"
permissions:
contents: read
actions: read
jobs:
build-and-test:
# Skip workflow when merging from release branch into main
if: |
!(github.base_ref == 'main' && startsWith(github.head_ref, 'release/'))
uses: ./.github/workflows/build-test.yml
with:
draft-check: true