From c23da9b9db3eb96cde5748aa127d48afaa6c6b6d Mon Sep 17 00:00:00 2001 From: Ads Dawson <104169244+GangGreenTemperTatum@users.noreply.github.com> Date: Thu, 5 Dec 2024 13:23:22 -0500 Subject: [PATCH] chore: dont validate on extra commits --- .github/workflows/validate_robopages.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/validate_robopages.yml b/.github/workflows/validate_robopages.yml index fc70294..23ecb2c 100644 --- a/.github/workflows/validate_robopages.yml +++ b/.github/workflows/validate_robopages.yml @@ -2,6 +2,9 @@ name: Validate Contributions on: pull_request: + types: + - edited # Trigger when the PR is updated (e.g., title, description, or labels) + - reopened # Trigger when the PR is reopened paths: - '**.yml' - '!.github/**'