Update .woodpecker.json

This commit is contained in:
Rebekah 2024-06-18 21:56:58 -04:00
parent 5efb1814a9
commit 66f7857b22

View File

@ -2,6 +2,10 @@
"steps": {
"build": {
"image": "ubuntu",
"when": {
"branch": ["master", "dev"]
"event": ["push", "pull_request"]
},
"commands": [
"echo Install development packages",
"apt update",