147 - Run CI on pull requests into release branches
Some checks failed
CI / ci (pull_request) Failing after 3m45s

This commit is contained in:
myrmidex 2026-08-15 01:12:24 +02:00
parent 7e2dd428e4
commit 07993ad679

View file

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