fix pipeline by disabling PRs entirely

This commit is contained in:
Aaron Riedel 2023-09-22 00:24:01 +02:00
parent edd4e900de
commit b1e059c8cd
Signed by: aaron
GPG key ID: 643004654D40D577

View file

@ -29,12 +29,11 @@ steps:
- staging
- staging-${DRONE_BUILD_NUMBER}
when:
branch:
exclude:
- master
event:
exclude:
- push
branch:
exclude:
- master
event:
- push
- name: bump tag in deployment-repo (prod)
image: aaronriedel/kustomize-ci
commands:
@ -67,8 +66,7 @@ steps:
exclude:
- master
event:
exclude:
- push
- push
- name: push new tag to deployment-repo (prod)
image: appleboy/drone-git-push
settings:
@ -107,8 +105,11 @@ steps:
exclude:
- master
event:
exclude:
- push
- push
volumes:
- name: deployment-repo
temp: {}
when:
event:
exclude:
- pull_request