Skip to content

Commit

Permalink
feat(ci): publish helm from main
Browse files Browse the repository at this point in the history
Signed-off-by: Hy3n4 <hy3nk4@gmail.com>
  • Loading branch information
Hy3n4 committed Dec 8, 2023
1 parent 6acb7cd commit c7e1c4a
Showing 2 changed files with 3 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-helm-chart.yaml
Original file line number Diff line number Diff line change
@@ -2,9 +2,9 @@ name: Publish Chart
on:
push:
branches:
- helm-chart
# paths:
# - 'helm/**'
- main
paths:
- 'helm/**'

jobs:
lint-chart:
5 changes: 0 additions & 5 deletions .github/workflows/publish-image.yaml
Original file line number Diff line number Diff line change
@@ -2,11 +2,6 @@ name: Create and publish the Docker image

on:
push:
branches:
- main
pull_request:
branches:
- main

env:
REGISTRY: ghcr.io

0 comments on commit c7e1c4a

Please sign in to comment.