Run tests against PRs to v4.*.x branches

Signed-off-by: Jonathon Anderson <janderson@ciq.com>
This commit is contained in:
Jonathon Anderson
2024-04-03 23:53:55 -06:00
parent c1f9040cc2
commit f232c912ad

View File

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