Ver código fonte

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 mês atrás
pai
commit
6285ff5591
1 arquivos alterados com 1 adições e 0 exclusões
  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: