From 77ed28e066a424b36b82649da6db8413e834ad5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucas=20Serv=C3=A9n=20Mar=C3=ADn?= Date: Wed, 13 Apr 2022 11:32:10 +0200 Subject: [PATCH] CI: run for all PRs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Currently, CI only runs for PRs to the main branch. This commit modifies the configuration so that it runs for PRs to any branch. Signed-off-by: Lucas Servén Marín --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 822ce2b..1906fbd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,6 @@ on: tags: - "*" pull_request: - branches: [ main ] schedule: - cron: '0 0 * * *' workflow_dispatch: