Skip to content

Commit

Permalink
Add workflow_dispatch event name
Browse files Browse the repository at this point in the history
  • Loading branch information
sjchmiela committed Oct 11, 2024
1 parent 1ad8866 commit b0a093a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eas-build-job/src/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ export const WorkflowInterpolationContextZ = z.object({
),
github: z
.object({
event_name: z.enum(['push', 'pull_request']),
event_name: z.enum(['push', 'pull_request', 'workflow_dispatch']),
sha: z.string(),
ref: z.string(),
})
Expand Down

0 comments on commit b0a093a

Please sign in to comment.