Update clang-format.yml

workflow dispatch to debug failing workflow manually
This commit is contained in:
Findus
2024-07-23 15:57:32 +02:00
committed by Philipp Hentschel
parent d6bfeb5a44
commit 951b89ffcb

View File

@ -1,6 +1,6 @@
name: clang-format
on: [push, pull_request]
on: [push, pull_request, workflow_dispatch]
concurrency:
group: ${{ github.workflow }}-format-${{ github.event.pull_request.number || github.ref }}