mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 01:08:35 +00:00
22 lines
266 B
YAML
22 lines
266 B
YAML
DB:
|
|
- src/**/*.sql
|
|
|
|
CORE:
|
|
- any: ['src/**/*.cpp', 'src/**/*.h', '!src/server/scripts/*']
|
|
|
|
Script:
|
|
- src/server/scripts/**/*.cpp
|
|
- src/server/scripts/**/*.h
|
|
|
|
Documentation:
|
|
- ./*.md
|
|
|
|
Bash:
|
|
- ./*.sh
|
|
|
|
Cmake:
|
|
- ./*.cmake
|
|
|
|
Workflow:
|
|
- .github/workflows/*
|