https://github.com/azerothcore/reusable-workflows
Reusable workflows to be use with AzerothCore
https://github.com/azerothcore/reusable-workflows
Last synced: 3 months ago
JSON representation
Reusable workflows to be use with AzerothCore
- Host: GitHub
- URL: https://github.com/azerothcore/reusable-workflows
- Owner: azerothcore
- Created: 2022-04-02T23:28:25.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-14T13:41:40.000Z (almost 2 years ago)
- Last Synced: 2025-09-30T06:32:12.149Z (9 months ago)
- Homepage:
- Size: 10.7 KB
- Stars: 2
- Watchers: 10
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#  AzerothCore
## reusable-workflows
Reusable workflows to be use with AzerothCore
## how to use
Here is an example to use with AzerothCore Modules
```yaml
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 }}
```