diff --git a/.woodpecker.yml b/.woodpecker.yml index da0b9ef..c4be954 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -7,6 +7,6 @@ pipeline: - git add . - git config user.name "Hyperpipe Bot"; git config user.email "hyperpipe@noreply.codeberg.org" - git commit -m "Updated CSV and INSTANCE.md [CI SKIP]" - - git push + - git push origin main when: event: ['push'] \ No newline at end of file