diff --git a/.github/README.md b/.github/README.md deleted file mode 100644 index 99a451f..0000000 --- a/.github/README.md +++ /dev/null @@ -1,7 +0,0 @@ -# Guild Funds -[![core-build](https://github.com/tkn963/mod-guildfunds/workflows/core-build/badge.svg?branch=master&event=push)](https://github.com/tkn963/mod-guildfunds/actions?query=workflow%3Acore-build+branch%3Amaster+event%3Apush) - -# Features -This module will deposit a certain percentage of money obtained from quests and money looted into the guild bank. - -It will **not** take money from the player, it will just add a bonus to the guild bank. diff --git a/.github/workflows/core-build.yml b/.github/workflows/core-build.yml deleted file mode 100644 index 921c9eb..0000000 --- a/.github/workflows/core-build.yml +++ /dev/null @@ -1,12 +0,0 @@ -name: core-build -on: - push: - branches: - - 'master' - pull_request: - -jobs: - build: - uses: azerothcore/reusable-workflows/.github/workflows/core_build_modules.yml@main - with: - module_repo: ${{ github.event.repository.name }}