Skip to content

Commit

Permalink
add workflow_dispatch
Browse files Browse the repository at this point in the history
Signed-off-by: Sally O'Malley <[email protected]>
  • Loading branch information
sallyom committed Oct 6, 2023
1 parent d9c8c41 commit e5eabcf
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: Lint Charts

on:
pull_request:
paths:
- "charts/**"
workflow_dispatch:
#pull_request:
# paths:
# - "charts/**"

jobs:
check-metadata:
Expand Down

0 comments on commit e5eabcf

Please sign in to comment.