ci: Run test-ui workflow on push event as well
This commit is contained in:
parent
5227da3407
commit
d9e0ee04f9
3
.github/workflows/test-ui.yml
vendored
3
.github/workflows/test-ui.yml
vendored
@ -3,6 +3,9 @@ on:
|
||||
pull_request:
|
||||
paths:
|
||||
- 'web/**'
|
||||
push:
|
||||
paths:
|
||||
- 'web/**'
|
||||
jobs:
|
||||
test-ui:
|
||||
runs-on: ubuntu-latest
|
||||
|
Loading…
x
Reference in New Issue
Block a user