Compare commits

...

2 Commits

Author SHA1 Message Date
Raoul Snyman 8d7b91e209 Merge pull request 'Only run packaging and image builds when in the main repo' (#1) from raoul/http2smtp:update-woodpecker-ci into master
ci/woodpecker/push/woodpecker Pipeline was successful Details
ci/woodpecker/tag/woodpecker Pipeline failed Details
Reviewed-on: #1
2023-08-09 18:50:18 +00:00
Raoul Snyman 1e2f1552c0 Only run packaging and image builds when in the main repo
ci/woodpecker/pr/woodpecker Pipeline was successful Details
2023-08-09 11:42:28 -07:00
1 changed files with 7 additions and 3 deletions

View File

@ -20,6 +20,8 @@ steps:
- pip_username
- pip_token
when:
- repo: libertytechforce/http2smtp
branch: master
event: tag
nightly-image:
image: docker
@ -34,7 +36,8 @@ steps:
- docker_username
- docker_token
when:
- branch: master
- repo: libertytechforce/http2smtp
branch: master
event: push
release-image:
image: docker
@ -49,5 +52,6 @@ steps:
- docker_username
- docker_token
when:
- branch: master
- repo: libertytechforce/http2smtp
branch: master
event: tag