Exclude pull requests from build pipeline
This commit is contained in:
parent
30c3bd70b0
commit
530362ac33
1 changed files with 5 additions and 0 deletions
|
@ -26,6 +26,11 @@ steps:
|
||||||
image_pull_secrets:
|
image_pull_secrets:
|
||||||
- custom_mirror_registry
|
- custom_mirror_registry
|
||||||
|
|
||||||
|
trigger:
|
||||||
|
event:
|
||||||
|
exclude:
|
||||||
|
- pull_request
|
||||||
|
|
||||||
----
|
----
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
type: docker
|
type: docker
|
||||||
|
|
Loading…
Reference in a new issue