Update .woodpecker.json
All checks were successful
ci/woodpecker/push/woodpecker.json Pipeline was successful
ci/woodpecker/manual/woodpecker.json Pipeline was successful

This commit is contained in:
Rebekah 2024-06-19 11:26:00 -04:00
parent fdae4859ef
commit e6d8b434b1

View File

@ -4,7 +4,7 @@
"image": "alpine",
"when": {
"branch": ["main", "woodpecker"],
"event": ["push", "pull_request"]
"event": ["push", "pull_request", "manual"]
},
"commands": [
"echo Install development packages",