Update my-first-workflow.yaml
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user