diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml new file mode 100644 index 0000000..f352d5a --- /dev/null +++ b/.github/workflows/makefile.yml @@ -0,0 +1,16 @@ +name: Makefile CI + +on: + push: + branches: [ "master" ] + +jobs: + build: + + runs-on: self-hosted + + steps: + - uses: actions/checkout@v4 + + - name: Redeploy the k3s cluster + run: make mindwm_lifecycle