From e12c0740a9a3ac32370871f383d0a2f84513a436 Mon Sep 17 00:00:00 2001 From: Geoffrey Huntley Date: Sat, 13 Jun 2020 20:55:58 +1000 Subject: [PATCH] fix(cla): use correct branch name --- .github/workflows/cla.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cla.yml b/.github/workflows/cla.yml index 791e039..3f006f0 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -19,7 +19,7 @@ jobs: path-to-signatures: 'cla/signatures.json' path-To-cladocument: 'https://github.com/domenkozar/nix.dev/blob/master/cla/README.md' # branch should not be protected - branch: 'trunk' + branch: 'master' whitelist: imgbot,dependabot* empty-commit-flag: false blockchain-storage-flag: false