mirror of
https://github.com/ProjectSkyfire/SkyFire_548
synced 2026-08-18 06:32:13 -04:00
Restrict CI builds to main and trunk
Signed-off-by: AlterEgo <admin@projectskyfire.org>
This commit is contained in:
parent
4c0667ef31
commit
9bb101cd97
3 changed files with 6 additions and 6 deletions
4
.github/workflows/ubuntu-pch.yml
vendored
4
.github/workflows/ubuntu-pch.yml
vendored
|
|
@ -3,11 +3,11 @@ name: ubuntu-pch-smoke
|
|||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches: [ main, trunk, movement, boost_conversion, game_refine, handler_refine, phase_5, phase_6, data_setup, scripting, eluna, lfg_mechanics, heroic_leap, cooldowns ]
|
||||
branches: [ main, trunk ]
|
||||
paths-ignore:
|
||||
- 'sql/**'
|
||||
pull_request:
|
||||
branches: [ main, trunk, movement, boost_conversion, game_refine, handler_refine, phase_5, phase_6, data_setup, scripting, eluna, lfg_mechanics, heroic_leap, cooldowns ]
|
||||
branches: [ main, trunk ]
|
||||
paths-ignore:
|
||||
- 'sql/**'
|
||||
|
||||
|
|
|
|||
4
.github/workflows/ubuntu.yml
vendored
4
.github/workflows/ubuntu.yml
vendored
|
|
@ -3,11 +3,11 @@ name: ubuntu-build
|
|||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches: [ main, trunk, movement, boost_conversion, game_refine, handler_refine, phase_5, phase_6, data_setup, scripting, eluna, lfg_mechanics, heroic_leap, cooldowns ]
|
||||
branches: [ main, trunk ]
|
||||
paths-ignore:
|
||||
- 'sql/**'
|
||||
pull_request:
|
||||
branches: [ main, trunk, movement, boost_conversion, game_refine, handler_refine, phase_5, phase_6, data_setup, scripting, eluna, lfg_mechanics, heroic_leap, cooldowns ]
|
||||
branches: [ main, trunk ]
|
||||
paths-ignore:
|
||||
- 'sql/**'
|
||||
|
||||
|
|
|
|||
4
.github/workflows/windows.yml
vendored
4
.github/workflows/windows.yml
vendored
|
|
@ -3,11 +3,11 @@ name: windows-build
|
|||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches: [ main, trunk, movement, boost_conversion, game_refine, handler_refine, phase_5, phase_6, data_setup, scripting, eluna, lfg_mechanics, heroic_leap, cooldowns ]
|
||||
branches: [ main, trunk ]
|
||||
paths-ignore:
|
||||
- 'sql/**'
|
||||
pull_request:
|
||||
branches: [ main, trunk, movement, boost_conversion, game_refine, handler_refine, phase_5, phase_6, data_setup, scripting, eluna, lfg_mechanics, heroic_leap, cooldowns ]
|
||||
branches: [ main, trunk ]
|
||||
paths-ignore:
|
||||
- 'sql/**'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue