From 338361ddaadcc6f6f75f4fa02d2c0f563cc8b15e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20Jos=C3=A9=20Pereira?= Date: Thu, 21 Nov 2024 15:23:33 -0300 Subject: [PATCH] ci: action: Add dispatch MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Patrick José Pereira --- .github/workflows/action.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 4861c696c0..06a9276966 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -1,6 +1,9 @@ name: Test all targets -on: [push, pull_request] +on: + push: + pull_request: + workflow_dispatch: permissions: contents: write