CI: run for all PRs (#294)
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:
parent
69fb81bcd3
commit
206b078c5f
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -6,7 +6,6 @@ on:
|
||||
tags:
|
||||
- "*"
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
schedule:
|
||||
- cron: '0 0 * * *'
|
||||
workflow_dispatch:
|
||||
|
Loading…
Reference in New Issue
Block a user