Run CI on backport branches and on dispatch

This commit is contained in:
Niklas Mohrin 2025-03-18 23:02:56 +01:00
commit 81a0662dbc
No known key found for this signature in database
GPG key ID: 0ACD89A5C1DEB3EB

View file

@ -3,9 +3,11 @@ on:
push:
branches:
- main
- "v*.x"
pull_request:
schedule:
- cron: '30 3 * * 2'
workflow_dispatch:
jobs:
test: