Set branch_filter correctly

This commit is contained in:
lars 2023-10-03 14:41:59 -05:00
parent 39a5f5e006
commit 15f9fa410b

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",