test: add .woodpecker.yml

This commit is contained in:
2026-06-17 09:09:15 +00:00
parent a634c3451f
commit 0e7e103b16
+1
View File
@@ -0,0 +1 @@
when:\n branch: main\n event: [push, manual]\n\nsteps:\n test-webhook:\n image: alpine:latest\n commands:\n - echo \"Hook received successfully!\"\n - echo \"CI build works\"\n