Skip to content

Publish KubeVault@v2024.3.12 charts #321

Publish KubeVault@v2024.3.12 charts

Publish KubeVault@v2024.3.12 charts #321

Workflow file for this run

name: CI
on:
pull_request:
branches:
- "*"
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
cancel-in-progress: true
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Run checks
run: |
make ci