This directory holds GitHub-specific project automation for BattlePetUtility.
- Store workflow definitions used for packaging, releases, and notifications.
- Keep repository automation separate from addon runtime code.
workflows/- GitHub Actions workflows for packaging, release uploads, and Discord notifications.
- Workflow-only changes should usually land on
mainwithout a new addon tag unless they are part of a real feature release. - Release automation depends on repository secrets such as
DISCORD_WEBHOOKandCF_API_KEY.