build.yaml 174 B

123456789101112
  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. commands:
  10. - make debian