From 4f7d9e3ac0886c7bf791663754b17f92a95bad2f Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Sun, 14 Jan 2024 21:06:16 +0100 Subject: [PATCH] CI: Allow to run CI manually We have one CI job that prints outdated module dependencies. It makes sense to not only run this on PRs but also manually. --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 248b574f..fd0b6de7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,6 +1,7 @@ name: noop run on: + workflow_dispatch: {} pull_request: {} push: branches: