From 09c458799cfa32bc07eff184ecead0436924cea7 Mon Sep 17 00:00:00 2001 From: guilatrova Date: Wed, 30 Oct 2024 13:34:15 -0300 Subject: [PATCH] ci: allow to dispatch job manually --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a614009..9b6152e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,6 +11,8 @@ on: - "docs/**" - "*.md" + workflow_dispatch: + jobs: test: # We want to run on external PRs, but not on our own internal PRs as they'll be run