From 21ff475fd19c6ac23db4599facbdeee184ad0480 Mon Sep 17 00:00:00 2001 From: Aymeric Wibo Date: Thu, 8 Aug 2024 01:30:09 +0200 Subject: [PATCH] ci: Also run formatting workflow on `workflow_dispatch` event --- .github/workflows/format.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index ff26e7a..4f861a5 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -1,8 +1,6 @@ name: Check formatting -on: - push: - pull_request: +on: [push, pull_request, workflow_dispatch] jobs: check_formatting: