.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:
1
.github/workflows/codespell.yaml
vendored
1
.github/workflows/codespell.yaml
vendored
@@ -3,7 +3,6 @@ on:
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
- enterprise
|
||||
permissions: {}
|
||||
jobs:
|
||||
codespell:
|
||||
|
||||
Reference in New Issue
Block a user