Skip to content

Add the possiblity to do a major release and disabling automations fo… #555

Add the possiblity to do a major release and disabling automations fo…

Add the possiblity to do a major release and disabling automations fo… #555

Workflow file for this run

name: Helm charts
on:
push:
branches:
- master
pull_request:
types:
- opened
- reopened
- synchronize
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Build
run: make build-helm-charts