浏览代码

Add VERSION file to Docker workflow triggers

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
tuanchris 1 月之前
父节点
当前提交
6285ff5591
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      .github/workflows/docker-publish.yml

+ 1 - 0
.github/workflows/docker-publish.yml

@@ -6,6 +6,7 @@ on:
     paths:
       - 'Dockerfile'
       - 'requirements.txt'
+      - 'VERSION'
   # Allow manual trigger for when you need to rebuild anyway
   workflow_dispatch: