Compare commits

..

1 commit

Author SHA1 Message Date
9b84dea234 fix: correct ci definition for woodpecker
Some checks failed
ci/woodpecker/push/deploy unknown status
ci/woodpecker/push/test Pipeline failed
2023-10-22 14:18:01 +02:00
2 changed files with 6 additions and 0 deletions

View file

@ -52,3 +52,6 @@ steps:
depends_on: depends_on:
- test - test
when:
event: [push, tag]

View file

@ -8,3 +8,6 @@ steps:
image: golang image: golang
commands: commands:
- make -C polyculeconnect build - make -C polyculeconnect build
when:
event: [push, tag]