Only run docker pipelines when pushing to master
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
kolaente 2020-06-22 13:50:42 +02:00
parent 556cb5701d
commit eef913da4a
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 4 additions and 4 deletions

View File

@ -165,8 +165,8 @@ platform:
arch: arm
trigger:
# branch:
# - master
branch:
- master
event:
- push
@ -217,8 +217,8 @@ platform:
arch: amd64
trigger:
# branch:
# - master
branch:
- master
event:
- push