From cccb7c8c12fae637840e597a7b7531ea9141ff33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francisco=20Jos=C3=A9=20Garc=C3=ADa=20Garc=C3=ADa?= Date: Mon, 12 Jun 2023 07:57:47 +0200 Subject: [PATCH] feat: allow to run actions from gui --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7521250..83371c8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -4,6 +4,8 @@ on: push: repository_dispatch: types: [run_build] + # Allows you to run this workflow manually from the Actions tab + workflow_dispatch: jobs: build-linux: