Skip to content

Lock all branches

Lock all branches #1

Workflow file for this run

name: Lock all branches
on:
workflow_dispatch
jobs:
lock-all-branches:
runs-on: ubuntu-latest
steps:
- uses: github/[email protected]
id: lock
with:
branches: "*"