Преглед изворни кода

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: