ci(workflows): allow manual CI runs

- Restore workflow dispatch for manual validation on master.\n- Keep automatic CI limited to pull requests targeting master.
This commit is contained in:
Timothy Stewart 2026-08-01 13:08:35 -05:00
parent 38d923ead9
commit db4936cd65
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ on:
- '**/LICENSE'
- '**/reboot.sh'
- '**/reset.sh'
workflow_dispatch:
permissions:
contents: read