147 - Run CI on pull requests into release branches

This commit is contained in:
myrmidex 2026-08-15 01:12:24 +02:00
parent 1e120a4bac
commit 5cd51f9b43

View file

@ -4,7 +4,7 @@ on:
push:
branches: ['release/*']
pull_request:
branches: [main]
branches: [main, 'release/*']
jobs:
ci: