Skip to content

azerothcore/reusable-workflows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

logo AzerothCore

reusable-workflows

Reusable workflows to be use with AzerothCore

how to use

Here is an example to use with AzerothCore Modules

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 }}

About

Reusable workflows to be use with AzerothCore

Resources

Stars

Watchers

Forks