Skip to content

Use the right kind binary #166

Use the right kind binary

Use the right kind binary #166

Workflow file for this run

name: Kind based CI
on:
workflow_dispatch:
pull_request:
branches:
- main
jobs:
deploy-kind:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run make deploy
run: make deploy