Skip to content

Merge new-kb-hierarchical-breadcrumb-dropdowns-blazor-79799f6878ef40df8dca90674d1ca3a0-2215 into production #487

Merge new-kb-hierarchical-breadcrumb-dropdowns-blazor-79799f6878ef40df8dca90674d1ca3a0-2215 into production

Merge new-kb-hierarchical-breadcrumb-dropdowns-blazor-79799f6878ef40df8dca90674d1ca3a0-2215 into production #487

name: Pull Request To Production Closed
on:
pull_request:
branches: [production]
types: [closed]
jobs:
delete_production_branch:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v2
with:
token: '${{ secrets.GITHUB_TOKEN }}'
- name: Delete branch
run: |
git push origin --delete ${{github.head_ref}}