Restrict CI builds to main and trunk

Signed-off-by: AlterEgo <admin@projectskyfire.org>
This commit is contained in:
AlterEgo 2026-08-03 16:45:29 -05:00
parent 4c0667ef31
commit 9bb101cd97
No known key found for this signature in database
3 changed files with 6 additions and 6 deletions

View file

@ -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/**'

View file

@ -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/**'

View file

@ -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/**'