Skip to content

Commit

Permalink
Skip patch validation on branch push as well
Browse files Browse the repository at this point in the history
  • Loading branch information
mikesir87 committed Jan 24, 2025
1 parent f6cc6db commit ffa8cba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/validate-demo-patches.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Validate demo patches

on:
push:
branches-ignore:
- "demo-**"
pull_request:
branches-ignore:
- "demo-**"
Expand Down

0 comments on commit ffa8cba

Please sign in to comment.