Skip to content

Commit

Permalink
Helm workflow should only run on main and if helmchart got changed
Browse files Browse the repository at this point in the history
  • Loading branch information
erikmagkekse committed Dec 14, 2024
1 parent 4f321f5 commit e15f4e1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/helm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,8 @@ on:
push:
branches:
- 'main'
- 'feature/helm-chart'
# paths:
# - 'helm/**'
workflow_dispatch:
paths:
- 'helm/**'

jobs:
helm:
Expand Down

0 comments on commit e15f4e1

Please sign in to comment.