Skip to content

Commit

Permalink
update workflow trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
florianrusch committed Jan 9, 2024
1 parent dadb6de commit 0bdd912
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/verify-helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,11 @@
name: "Verify helm"

on:
workflow_call:
# Allows you to run this workflow manually from the Actions tab
pull_request:
branches:
- main
paths:
- "chart/**"
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 0bdd912

Please sign in to comment.