spawn ci aganist release branches

This commit is contained in:
Ivan FB 2026-06-04 12:16:53 +02:00
parent c77581b694
commit 1da81c42da
No known key found for this signature in database
GPG Key ID: DF0C67A04C543270

View File

@ -2,9 +2,9 @@ name: CI
on:
push:
branches: [master, main]
branches: [master, main, 'release/*']
pull_request:
branches: [master, main]
branches: [master, main, 'release/*']
env:
NIM_VERSION: '2.2.4'