Skip to content

ci: add automerge workflow and simplify settings #11

ci: add automerge workflow and simplify settings

ci: add automerge workflow and simplify settings #11

Workflow file for this run

---
name: build
"on":
push:
branches:
- master
pull_request:
branches:
- master
jobs:
kustomize:
runs-on: ubuntu-latest
steps:
- name: Checkout source
uses: actions/checkout@v4
- name: Build manifest
uses: actionhippie/kustomize@v2
with:
version: 5.0.3
...