From 5abfe6ea181e36feded731a66b6a7bc7cf81c828 Mon Sep 17 00:00:00 2001 From: Christian Scheb Date: Fri, 24 Jan 2025 20:12:48 +0100 Subject: [PATCH] Allow manual trigger --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 79d76364..eb4117de 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -3,6 +3,7 @@ name: 'CI' on: pull_request: push: + workflow_dispatch: jobs: coding-standards: