From cb5453d53452500f7448ef223e721a4244abd761 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Fri, 26 Jan 2024 16:11:28 +0800 Subject: [PATCH] .git: only allow codespell to run on master branch so that non-master branches are not read by 3rd-party tools unless they are audited. Signed-off-by: Kefu Chai Closes scylladb/scylladb#16999 --- .github/workflows/codespell.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/codespell.yaml b/.github/workflows/codespell.yaml index 8d29b3ff2b..b7835ed5b3 100644 --- a/.github/workflows/codespell.yaml +++ b/.github/workflows/codespell.yaml @@ -3,7 +3,6 @@ on: pull_request: branches: - master - - enterprise permissions: {} jobs: codespell: