build.yaml 182 B

12345678910111213
  1. when:
  2. - event: manual
  3. branch: main
  4. - event: push
  5. branch: main
  6. steps:
  7. - name: build
  8. image: codeberg.org/mark22k/ci:latest
  9. pull: true
  10. commands:
  11. - make