Skip to content

Change pre-commit.ci config #3

Change pre-commit.ci config

Change pre-commit.ci config #3

Workflow file for this run

name: ❌ Branch Delete
on:
pull_request:
types:
- closed
permissions:
contents: write
jobs:
Delete-Branch:
runs-on: Ubuntu-Latest
steps:
- name: ❌ Delete Branch
if: ${{ github.head_ref != 'dev'}}
uses: SvanBoxel/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}