Update minify.yml
Changed to only minify on change to src.
This commit is contained in:
parent
ffef643f17
commit
e970d3fb8c
|
@ -3,6 +3,8 @@ name: Minify Scripts
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ "main" ]
|
branches: [ "main" ]
|
||||||
|
paths:
|
||||||
|
- src/**
|
||||||
|
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue