This commit is contained in:
parent
ec8fd7e001
commit
915897c48a
@ -4,7 +4,7 @@
|
|||||||
"image": "alpine",
|
"image": "alpine",
|
||||||
"when": {
|
"when": {
|
||||||
"branch": ["main", "woodpecker"],
|
"branch": ["main", "woodpecker"],
|
||||||
"event": ["push", "pull_request"]
|
"event": ["push", "pull_request", "manual"]
|
||||||
},
|
},
|
||||||
"commands": [
|
"commands": [
|
||||||
"echo Update apt and Install git",
|
"echo Update apt and Install git",
|
||||||
@ -47,7 +47,7 @@
|
|||||||
"image": "ubuntu",
|
"image": "ubuntu",
|
||||||
"when": {
|
"when": {
|
||||||
"branch": ["master", "woodpecker"],
|
"branch": ["master", "woodpecker"],
|
||||||
"event": ["push", "pull_request"]
|
"event": ["push", "pull_request", "manual"]
|
||||||
},
|
},
|
||||||
"commands": [
|
"commands": [
|
||||||
"echo Update apt and Install git",
|
"echo Update apt and Install git",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user