Skip to content

Merge new-kb-disable-text-input-enable-calendar-popup-datepicker-blazor-a88265769b74443fb06c9e6b753a1f1f-2207 into production #473

Merge new-kb-disable-text-input-enable-calendar-popup-datepicker-blazor-a88265769b74443fb06c9e6b753a1f1f-2207 into production

Merge new-kb-disable-text-input-enable-calendar-popup-datepicker-blazor-a88265769b74443fb06c9e6b753a1f1f-2207 into production #473

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}}