Add triggerType field to GitHub provider forms: implement selection for deployment triggers (push/tag) and update form handling in SaveGithubProvider and SaveGithubProviderCompose components.

This commit is contained in:
Mauricio Siu
2025-04-26 21:58:34 -06:00
parent 91bcd1238f
commit 56f525803b
2 changed files with 47 additions and 3 deletions

View File

@@ -392,8 +392,8 @@ export const SaveGithubProvider = ({ applicationId }: Props) => {
control={form.control}
name="triggerType"
render={({ field }) => (
<FormItem>
<div className="flex items-center gap-2">
<FormItem className="md:col-span-2">
<div className="flex items-center gap-2 ">
<FormLabel>Trigger Type</FormLabel>
<TooltipProvider>
<Tooltip>