From 997ea63a3b3ab1330f919227ee2fcbff63bc46c6 Mon Sep 17 00:00:00 2001 From: Timothy Stewart Date: Sat, 1 Aug 2026 13:07:28 -0500 Subject: [PATCH] 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. --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fad5649..5c43e66 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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