Skip to content

Commit

Permalink
Update mainui workflow to generate webpack-stats on push to main (#2278)
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Hotze <florianh_dev@icloud.com>
  • Loading branch information
florian-h05 committed Jan 18, 2024
1 parent c89614d commit 2c70e19
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/mainui.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 2c70e19

Please sign in to comment.