Update mainui workflow to generate webpack-stats on push to main (#2278)

Signed-off-by: Florian Hotze <florianh_dev@icloud.com>
pull/2280/head
Florian Hotze 2024-01-18 09:09:51 +01:00 committed by GitHub
parent c89614d0af
commit 2c70e19983
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

View File

@ -1,10 +1,12 @@
name: Main UI
on:
push:
branches: [ main ]
paths: bundles/org.openhab.ui/web/**
pull_request:
branches: [ main ]
paths: bundles/org.openhab.ui/web/**
workflow_dispatch:
defaults: