Skip to content

Commit

Permalink
Prepare for default branch rename (master to main).
Browse files Browse the repository at this point in the history
  • Loading branch information
parviaim committed Sep 28, 2023
1 parent 867170a commit b053d13
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
# From: https://github.com/marketplace/actions/helm-chart-releaser
name: Release Charts

on:
push:
branches:
- master
- main

jobs:
release:
# depending on default permission settings for your org (contents being read-only or read-write for workloads), you will have to add permissions
# see: https://docs.github.com/en/actions/security-guides/automatic-token-authentication#modifying-the-permissions-for-the-github_token
permissions:
contents: write
runs-on: ubuntu-latest
Expand Down

0 comments on commit b053d13

Please sign in to comment.