Skip to content

Bump dotnet-reportgenerator-globaltool from 5.3.8 to 5.3.9 #93

Bump dotnet-reportgenerator-globaltool from 5.3.8 to 5.3.9

Bump dotnet-reportgenerator-globaltool from 5.3.8 to 5.3.9 #93

Workflow file for this run

name: PR should target main only from dev
on:
pull_request:
jobs:
check_branch:
runs-on: ubuntu-latest
steps:
- name: check base and head branches
if: github.base_ref == 'main' && github.head_ref != 'dev'
run: |
echo "ERROR: You can only merge to main from dev."
exit 1