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
committed by Techno Tim
parent 997ea63a3b
commit 35939315cd
+1
View File
@@ -20,6 +20,7 @@ on:
- '**/LICENSE' - '**/LICENSE'
- '**/reboot.sh' - '**/reboot.sh'
- '**/reset.sh' - '**/reset.sh'
workflow_dispatch:
permissions: permissions:
contents: read contents: read