This commit is contained in:
2025-08-13 20:13:52 +10:00
parent adfaafaf67
commit 1bc5dd7198

View File

@@ -2,11 +2,9 @@ kind: pipeline # Defines this as a Woodpecker CI pipeline.
name: restart-discord-bot # A descriptive name for your pipeline.
# Defines when this pipeline should be triggered.
trigger:
branch:
- main # This pipeline will only run when changes are pushed to the 'main' branch.
event:
- push # The pipeline is triggered specifically by a 'push' event.
when:
- event: push
branch: main
steps:
- name: restart-bot # Name of the step that restarts your bot.