removing redundant yml file for docker build, adding paths-ignore

This commit is contained in:
Nice Try
2026-06-26 18:08:02 +08:00
parent b6705547ca
commit ac219885da
2 changed files with 7 additions and 43 deletions
+7
View File
@@ -4,6 +4,13 @@ on:
push:
branches: ['main']
tags: ['v*']
paths-ignore:
- 'README.md'
- 'FEATURE_SUMMARY.md'
- 'docs/**'
- 'LICENSE'
- '.gitignore'
- '.env.example'
jobs:
build-and-push: