fix: CI: publish only on master
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
ci/woodpecker/pull_request_closed/woodpecker Pipeline was successful

This commit is contained in:
Aravinth Manivannan 2024-06-07 23:20:53 +05:30
parent d25a4e9808
commit fdc7b10a6e
Signed by: realaravinth
GPG key ID: F8F50389936984FF

View file

@ -1,5 +1,5 @@
pipeline:
backend:
steps:
test:
image: rust
# environment:
# - DATABASE_URL=postgres://postgres:password@database:5432/postgres
@ -11,7 +11,9 @@ pipeline:
publish_bins:
image: rust
when:
event: [push, tag, deployment]
branch: master
commands:
- apt update
- apt-get -y --no-install-recommends install gpg tar curl wget
@ -21,6 +23,9 @@ pipeline:
publish:
image: plugins/docker
when:
event: [push, tag, deployment]
branch: master
settings:
username: realaravinth
password: