From 32c3e21c6a3d93f000cd23cf1f8b795cf1173b80 Mon Sep 17 00:00:00 2001 From: Xorima Bot Date: Thu, 3 Sep 2020 11:02:39 +0000 Subject: [PATCH] Standardise files with files in chef-cookbooks/repo-management Signed-off-by: Xorima Bot --- .github/workflows/branchcleanup.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/branchcleanup.yml b/.github/workflows/branchcleanup.yml index 2aa1e96..f3f61ff 100644 --- a/.github/workflows/branchcleanup.yml +++ b/.github/workflows/branchcleanup.yml @@ -2,7 +2,7 @@ name: Branch Cleanup # This workflow is triggered on all closed pull requests. # However the script does not do anything if a merge was not performed. -on: +"on": pull_request: types: [closed]