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