Re-add wildcard for test-ui path restrictions (#19085)

This commit is contained in:
Phil Renaud
2023-11-14 11:28:53 -05:00
committed by GitHub
parent 42f0540f9a
commit 12e43aa07f

View File

@@ -2,14 +2,14 @@ name: test-ui
on:
pull_request:
paths:
- 'ui'
- 'ui/**'
push:
branches:
- main
- release/**
- test-ui
paths:
- 'ui'
- 'ui/**'
jobs:
pre-test: