Set branch_filter correctly

pull/2/head
lars 2023-10-03 14:41:59 -05:00
parent 39a5f5e006
commit 15f9fa410b
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ owner = repo_parts[0]
repo = repo_parts[1]
ref_parts = deploy_ref.strip('/').split('/')
branch = ref_parts[2]
branch = ref_parts[-1]
webhook_payload = {
"type": "gitea",