Update .woodpecker.json
Some checks failed
ci/woodpecker/push/woodpecker.json Pipeline failed

This commit is contained in:
Rebekah 2024-06-19 10:49:59 -04:00
parent ec8fd7e001
commit 915897c48a

View File

@ -4,7 +4,7 @@
"image": "alpine",
"when": {
"branch": ["main", "woodpecker"],
"event": ["push", "pull_request"]
"event": ["push", "pull_request", "manual"]
},
"commands": [
"echo Update apt and Install git",
@ -47,7 +47,7 @@
"image": "ubuntu",
"when": {
"branch": ["master", "woodpecker"],
"event": ["push", "pull_request"]
"event": ["push", "pull_request", "manual"]
},
"commands": [
"echo Update apt and Install git",