ci(workflows): run CI only for master pull requests

- Remove manual workflow dispatch from the CI entrypoint.\n- Limit CI pull request events to the master branch.
This commit is contained in:
Timothy Stewart
2026-08-01 13:07:28 -05:00
committed by Techno Tim
parent 68d03acc68
commit 997ea63a3b
+2 -1
View File
@@ -2,6 +2,8 @@
name: "CI"
on:
pull_request:
branches:
- master
types:
- opened
- synchronize
@@ -18,7 +20,6 @@ on:
- '**/LICENSE'
- '**/reboot.sh'
- '**/reset.sh'
workflow_dispatch:
permissions:
contents: read