add file filter for frontend test workflow

This commit is contained in:
mahula 2023-03-14 16:23:10 +01:00
parent 310a48ee52
commit 8716f39b91

View File

@ -28,4 +28,7 @@
# - *admin_unit_testing
admin: &admin
- 'admin/**/*'
- 'admin/**/*'
frontend: &admin
- 'frontend/**/*'