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
+7
View File
@@ -1,9 +1,16 @@
name: UI - Pull Request
on:
push:
branches:
- "master"
- "v5.*"
paths:
- "ui/**"
pull_request:
branches:
- master
- "v5.*"
paths:
- 'ui/**'