From 206b078c5f6b831004cb4d24d4168c131f34d57a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucas=20Serv=C3=A9n=20Mar=C3=ADn?= Date: Wed, 13 Apr 2022 12:02:07 +0200 Subject: [PATCH] CI: run for all PRs (#294) 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: