From a6dca887b72dc505b0e25ebb96fff15014130435 Mon Sep 17 00:00:00 2001 From: Lalitha A R <165548623+lalithaar@users.noreply.github.com> Date: Fri, 20 Dec 2024 21:40:50 +0530 Subject: [PATCH] Removed Ambiguity :workflow_dispatch statement about "default branch" (#35727) Co-authored-by: Alex Nguyen <150945400+nguyenalex836@users.noreply.github.com> --- data/reusables/actions/branch-requirement.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/reusables/actions/branch-requirement.md b/data/reusables/actions/branch-requirement.md index 1c5755893233..4bc2eb84d36d 100644 --- a/data/reusables/actions/branch-requirement.md +++ b/data/reusables/actions/branch-requirement.md @@ -1,2 +1,2 @@ > [!NOTE] -> This event will only trigger a workflow run if the workflow file is on the default branch. +> This event will only trigger a workflow run if the workflow file exists on the default branch.