Skip to content

Commit

Permalink
Allowed to start pipeline job with regex expression in the branch (#1130
Browse files Browse the repository at this point in the history
)
satr authored Nov 14, 2024

Verified

This commit was signed with the committer’s verified signature.
Aaronontheweb Aaron Stannard
1 parent f152515 commit 05122ac
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
@@ -192,10 +192,7 @@ export function PipelineFormBuildBranches({
</Alert>
)}
<div>
<Button
disabled={!isValidBranchName(branch) || isAnyValidRegex(branch)}
type="submit"
>
<Button disabled={!isValidBranchName(branch)} type="submit">
Create job
</Button>
</div>

0 comments on commit 05122ac

Please sign in to comment.