[tooling] Add full push back to justfile
Some checks failed
build / test (push) Has been cancelled

This commit is contained in:
2026-06-05 11:25:48 -04:00
parent ce4dc40033
commit 7618d0ba30
2 changed files with 19 additions and 1 deletions

View File

@ -19,4 +19,5 @@ release kind="minor":
poetry run python scripts/release.py {{kind}}
push:
git push && git push gitea
git push --tags && git push --tags gitea