From 1531a1b0b768c58db793cb8c7fec9320a50a239d Mon Sep 17 00:00:00 2001 From: PJ568 Date: Mon, 26 Feb 2024 12:01:18 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=9E=E9=80=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/568tools_Release.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/568tools_Release.yml b/.github/workflows/568tools_Release.yml index de252777..60232af5 100644 --- a/.github/workflows/568tools_Release.yml +++ b/.github/workflows/568tools_Release.yml @@ -5,6 +5,10 @@ on: branches: - '**' - '!release' + paths: + - '!**.md' + - '!LICENSE' + - '!.github\workflows\**' jobs: Release: @@ -37,11 +41,9 @@ jobs: rm -r lib/tools/webp2jpg-online/doc/ - name: HTML/CSS/JS Minifier - uses: docker://devatherock/minify-js:3.0.0 + uses: docker://devatherock/minify-js:2.0.0 with: add_suffix: false - inclusions: |- - !./lib/** - name: Generate the sitemap id: sitemap