From add086b1ddafa35df524b2e8e324925e5a596483 Mon Sep 17 00:00:00 2001 From: David Lane <42013603+ReenigneArcher@users.noreply.github.com> Date: Fri, 13 Feb 2026 18:45:25 -0500 Subject: [PATCH] ci: refactor workflow permissions and triggers --- .github/workflows/ci.yml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4f1ee03..b99537b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,16 +1,9 @@ --- name: CI -permissions: - contents: read +permissions: {} on: pull_request: - branches: - - master - types: - - opened - - synchronize - - reopened push: branches: - master @@ -25,6 +18,8 @@ jobs: defaults: run: shell: ${{ matrix.shell }} + permissions: + contents: read runs-on: ${{ matrix.os }} strategy: fail-fast: false