.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 <kefu.chai@scylladb.com>

Closes scylladb/scylladb#16999
This commit is contained in:
Kefu Chai
2024-01-26 16:11:28 +08:00
committed by Botond Dénes
parent f96d25a0a7
commit cb5453d534

View File

@@ -3,7 +3,6 @@ on:
pull_request:
branches:
- master
- enterprise
permissions: {}
jobs:
codespell: