ci: Run test-ui workflow on push event as well

This commit is contained in:
TwiN 2025-02-06 19:36:54 -05:00
parent 5227da3407
commit d9e0ee04f9

View File

@ -3,6 +3,9 @@ on:
pull_request:
paths:
- 'web/**'
push:
paths:
- 'web/**'
jobs:
test-ui:
runs-on: ubuntu-latest