Skip to content

Commit f4646e9

Browse files
author
Ludovic TOURMAN
committed
Remove branch filter from ref
1 parent 2d7bb01 commit f4646e9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/workflow-handler.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@ export class WorkflowHandler {
134134
repo: this.repo,
135135
workflow_id: workflowId,
136136
event: 'workflow_dispatch',
137-
branch: this.ref,
138137
created: `>=${new Date(this.triggerDate).toISOString()}`
139138
});
140139

0 commit comments

Comments
 (0)