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

This commit is contained in:
Rebekah 2024-06-19 09:03:26 -04:00
parent 5f11bdbca0
commit aaa27c24ac

View File

@ -2,6 +2,7 @@
"steps": {
"build": {
"when": {
"branch": ["main", "woodpecker"],
"event": ["push", "pull_request"]
},
"image": "golang",