From a7aa668934a756b75fc0c573b6099b772c938d7a Mon Sep 17 00:00:00 2001 From: Arthur Fiorette <47537704+arthurfiorette@users.noreply.github.com> Date: Mon, 25 Mar 2024 08:52:29 -0300 Subject: [PATCH] ci: fix broken ci Signed-off-by: Arthur Fiorette <47537704+arthurfiorette@users.noreply.github.com> --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8bc1f190..aaeaa1de 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,6 +2,7 @@ name: CI Flow on: push: + pull_request: # Allows you to run this workflow manually from the Actions tab workflow_dispatch: