.github/workflows/charts-release.yaml: small changes

This commit is contained in:
Johannes Kastl
2024-06-12 07:15:35 +02:00
parent 759c30085f
commit b7e0161173

View File

@@ -1,6 +1,8 @@
---
name: Release Charts
on:
workflow_dispatch:
push:
branches:
- main
@@ -15,7 +17,8 @@ jobs:
# 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
if: "!contains(github.event.head_commit.message, '[ci-skip]')"
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4