ci: allow refresh-elo commit to trigger build and deploy

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-29 00:18:38 -05:00
co-authored by Claude Sonnet 4.6
parent f5fb3f78de
commit 5f35c39caf
+1 -1
View File
@@ -42,7 +42,7 @@ refresh-elo:
- git add public/elo-data.json
- |
if ! git diff --cached --quiet; then
git commit -m "data: refresh stat-check ELO rankings [skip ci]"
git commit -m "data: refresh stat-check ELO rankings"
git push origin HEAD:main
fi
only: