Adding when:event tag to woodpecker pipeline per Woodpecker's Docs' recommendation
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Gregory Ballantine
2026-07-24 14:50:10 -04:00
parent b9a0cfb993
commit d09c306c6b
+3
View File
@@ -1,3 +1,6 @@
when:
event: push
steps:
build:
image: golang:1.22