CI: run for all PRs

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>
This commit is contained in:
Lucas Servén Marín 2022-04-13 11:32:10 +02:00
parent 0dfb744630
commit 77ed28e066
No known key found for this signature in database
GPG Key ID: 586FEAF680DA74AD

View File

@ -6,7 +6,6 @@ on:
tags: tags:
- "*" - "*"
pull_request: pull_request:
branches: [ main ]
schedule: schedule:
- cron: '0 0 * * *' - cron: '0 0 * * *'
workflow_dispatch: workflow_dispatch: