From ec6026f474e8bf714e06b0ce1d5cd24f6cdc2296 Mon Sep 17 00:00:00 2001 From: Rene Krenn Date: Wed, 9 Oct 2024 11:28:34 +0200 Subject: [PATCH] enable github action "run workflow" btn https://github.com/orgs/community/discussions/58022 --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fdc557bc0eb3..30abd7487f02 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,6 +7,8 @@ on: types: [opened, synchronize, reopened] branches-ignore: - 'l10n_master' + workflow_dispatch: + jobs: build: name: Build and Test