fix(gha): run API and UI tests in correct versions (#6294)

This commit is contained in:
Sergio Garcia
2024-12-23 05:47:51 -05:00
committed by GitHub
parent 231829d8cd
commit c811b6715d
5 changed files with 11 additions and 6 deletions

View File

@@ -4,11 +4,13 @@ on:
push:
branches:
- "master"
- "v5.*"
paths:
- "api/**"
pull_request:
branches:
- "master"
- "v5.*"
paths:
- "api/**"