chore: unbundled ISO builds on main, full Debian ISO manual-only
- 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:
parent
fdd69ce1b5
commit
77765c90d0
@ -2,7 +2,7 @@ name: Build Archipelago ISO (dev)
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [dev-iso]
|
||||
branches: [main, dev-iso]
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
||||
@ -1,8 +1,6 @@
|
||||
name: Build Archipelago ISO
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user