Skip to content

Commit

Permalink
chore: dont validate on extra commits
Browse files Browse the repository at this point in the history
  • Loading branch information
GangGreenTemperTatum committed Dec 5, 2024
1 parent a8196b1 commit c23da9b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/validate_robopages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/**'
Expand Down

0 comments on commit c23da9b

Please sign in to comment.