Update my-first-workflow.yaml
This commit is contained in:
@@ -1,8 +1,13 @@
|
||||
when:
|
||||
- event: push
|
||||
branch: main
|
||||
clone:
|
||||
skip_clone: true
|
||||
clone:
|
||||
git:
|
||||
image: woodpeckerci/plugin-git
|
||||
settings:
|
||||
depth: 50
|
||||
lfs: false
|
||||
skip_clone: true
|
||||
steps:
|
||||
- name: build
|
||||
image: debian
|
||||
|
||||
Reference in New Issue
Block a user