mirror of
https://github.com/tsirysndr/music-player.git
synced 2026-01-10 13:47:59 -05:00
ci: run Chromatic action only on webui changes
This commit is contained in:
6
.github/workflows/chromatic.yml
vendored
6
.github/workflows/chromatic.yml
vendored
@@ -1,6 +1,10 @@
|
||||
name: 'Chromatic'
|
||||
|
||||
on: push
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- 'webui/musicplayer/**'
|
||||
- '.github/workflows/chromatic.yml'
|
||||
|
||||
# List of jobs
|
||||
jobs:
|
||||
|
||||
Reference in New Issue
Block a user