Update my-first-workflow.yaml

This commit is contained in:
2026-01-26 10:32:58 +08:00
committed by GitHub
parent 2d6581ecf0
commit a5be8a2d90

View File

@@ -1,8 +1,13 @@
when: when:
- event: push - event: push
branch: main branch: main
clone: clone:
skip_clone: true git:
image: woodpeckerci/plugin-git
settings:
depth: 50
lfs: false
skip_clone: true
steps: steps:
- name: build - name: build
image: debian image: debian