Update minify.yml

Changed to only minify on change to src.
This commit is contained in:
Andrew Lalis 2022-12-21 11:43:50 +01:00 committed by GitHub
parent ffef643f17
commit e970d3fb8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@ name: Minify Scripts
on: on:
push: push:
branches: [ "main" ] branches: [ "main" ]
paths:
- src/**
workflow_dispatch: workflow_dispatch: