2 lines
239 B
YAML
2 lines
239 B
YAML
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 \"Pipeline works on min-chat\"\n - echo \"Test $(date)\"\n
|