mirror of
https://github.com/shouptech/humulus.git
synced 2026-02-03 17:09:44 +00:00
Don't build docker on pull requests
This commit is contained in:
parent
b3d4db7551
commit
3b84f2f17f
1 changed files with 3 additions and 0 deletions
|
|
@ -46,6 +46,9 @@ steps:
|
||||||
when:
|
when:
|
||||||
branch:
|
branch:
|
||||||
- master
|
- master
|
||||||
|
event:
|
||||||
|
exclude:
|
||||||
|
- pull_request
|
||||||
|
|
||||||
- name: docker-release
|
- name: docker-release
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue