Skip to content

Commit

Permalink
Merge pull request #10 from intergral/jhawksley-cr
Browse files Browse the repository at this point in the history
feat: add GitHub Actions workflow for Helm chart release and remove o…
  • Loading branch information
jhawksley-intergral authored Dec 17, 2024
2 parents e50789d + 0d04efd commit dd2d60a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release Charts
on:
push:
branches:
- master
- main

jobs:
release:
Expand All @@ -24,4 +24,4 @@ jobs:
with:
config: cr.yaml
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit dd2d60a

Please sign in to comment.