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 <lserven@gmail.com>
@@ -6,7 +6,6 @@ on:
tags:
- "*"
pull_request:
- branches: [ main ]
schedule:
- cron: '0 0 * * *'
workflow_dispatch: