Merge pull request #1173 from anderbubble/test-release-branches

Run tests against PRs to v4.*.x branches
This commit is contained in:
Christian Goll
2024-04-04 09:58:15 +02:00
committed by GitHub

View File

@@ -5,11 +5,13 @@ on:
push:
branches:
- main
- 'v4.*.x'
paths-ignore:
- 'docs/**'
pull_request:
branches:
- main
- 'v4.*.x'
paths-ignore:
- 'docs/**'