Skip to content

Commit

Permalink
Change workflow of chart release
Browse files Browse the repository at this point in the history
  • Loading branch information
aeciopires committed Sep 11, 2022
1 parent 0cfcfc6 commit 87493a0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/helm-chart-releaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ name: Release Charts
on:
push:
# Sequence of patterns matched against refs/heads
#branches:
# - master
branches:
- master
# Sequence of patterns matched against refs/tags
tags:
- '*'
#tags:
# - '*'

jobs:
release:
Expand Down Expand Up @@ -43,4 +43,4 @@ jobs:
with:
charts_dir: charts
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit 87493a0

Please sign in to comment.