chore: unbundled ISO builds on main, full Debian ISO manual-only
All checks were successful
Build Archipelago ISO (dev) / build-iso (push) Successful in 57m38s

- build-iso-dev.yml now triggers on both main and dev-iso
- build-iso.yml (full Debian) is workflow_dispatch only

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Dorian
2026-03-30 14:57:40 +01:00
parent 5bd3caf141
commit e65b039914
2 changed files with 1 additions and 3 deletions

View File

@@ -2,7 +2,7 @@ name: Build Archipelago ISO (dev)
on:
push:
branches: [dev-iso]
branches: [main, dev-iso]
workflow_dispatch:
jobs:

View File

@@ -1,8 +1,6 @@
name: Build Archipelago ISO
on:
push:
branches: [main]
workflow_dispatch:
jobs: