From 3d1d6d0f3c033978edf773f21520c0cee5f1f0b8 Mon Sep 17 00:00:00 2001 From: Nelson Vides Date: Fri, 8 Mar 2024 13:19:22 +0100 Subject: [PATCH] Allow to run GHA manually from the Actions tab --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b6cfe9c..6389525 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,6 +5,8 @@ on: branches: [ main ] pull_request: branches: [ main ] + # Allows you to run this workflow manually from the Actions tab + workflow_dispatch: jobs: test: