Skip to content

Commit

Permalink
add validate workflow path filter
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-gilber committed Nov 8, 2023
1 parent 81da34d commit 9726b3f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ name: Validate Helm Charts
# Events that trigger workflows: https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows
on:
push: # By default, a workflow only runs when a pull_request event's activity type is opened, synchronize, or reopened
paths:
- charts/**

# Set Workflow-level permissions: https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs
permissions:
Expand Down

0 comments on commit 9726b3f

Please sign in to comment.