Skip to content

Commit

Permalink
Merge pull request #38 from dockersamples/skip-patch-validation-on-push
Browse files Browse the repository at this point in the history
Skip patch validation on branch push as well
  • Loading branch information
mikesir87 authored Jan 24, 2025
2 parents f6cc6db + ffa8cba commit 8fd0d54
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 8fd0d54

Please sign in to comment.