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