diff --git a/.woodpecker/.lint.yml b/.woodpecker/.lint.yml index d4f6576a3..0bac90d73 100644 --- a/.woodpecker/.lint.yml +++ b/.woodpecker/.lint.yml @@ -7,4 +7,4 @@ pipeline: - mix format --check-formatted when: event: - - tag + - push diff --git a/.woodpecker/.release.yml b/.woodpecker/.release.yml index 34c7dcb37..335f3c8e8 100644 --- a/.woodpecker/.release.yml +++ b/.woodpecker/.release.yml @@ -16,7 +16,7 @@ pipeline: glibc: when: event: - - push + - tag secrets: - SCW_ACCESS_KEY - SCW_SECRET_KEY @@ -44,7 +44,7 @@ pipeline: musl: when: event: - - push + - tag secrets: - SCW_ACCESS_KEY - SCW_SECRET_KEY diff --git a/.woodpecker/.test.yml b/.woodpecker/.test.yml index e06a4d54e..cef743643 100644 --- a/.woodpecker/.test.yml +++ b/.woodpecker/.test.yml @@ -10,7 +10,7 @@ pipeline: image: pleromaforkci/ci-base:${ELIXIR_VERSION} when: event: - - tag + - push environment: MIX_ENV: test commands: @@ -24,7 +24,7 @@ pipeline: image: pleromaforkci/ci-base:${ELIXIR_VERSION} when: event: - - tag + - push environment: MIX_ENV: test POSTGRES_DB: pleroma_test