From 1bd7a90969a7a0ae6681b3c41c897b4e06522092 Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Tue, 25 Jun 2024 16:38:12 +0200 Subject: [PATCH] Update ci.yml (workflow_dispatch) --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 358c9944..01e93e96 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,6 +2,7 @@ name: Build with Tests on: push: + workflow_dispatch: pull_request: types: [opened, edited]