feat: tests of backport prs (#1224)

This commit is contained in:
tsk
2025-10-27 19:25:32 -04:00
committed by GitHub
parent 26b2688c3e
commit 5b1e079e5f

View File

@@ -4,7 +4,9 @@ on:
push:
branches: [main]
pull_request:
branches: [main]
branches:
- main
- 'v[0-9]+.[0-9]+.x' # Match version branches like v0.13.x, v1.0.x, etc.
release:
types: [created]