From 7ce75ac945cd4338f6f9f3b1f7382511b820755d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torsten=20B=C3=B6gershausen?= Date: Fri, 29 Nov 2019 09:28:54 +0100 Subject: [PATCH] bitbucket-pipelines.yml: Change pipline from pull-request to default Allways run the pipeline, for each push, not only pull-requests. This should detect problems early, --- bitbucket-pipelines.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 093b1f2..873f48c 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -2,9 +2,8 @@ image: python:3.7.3 options: max-time: 1 pipelines: - pull-requests: - '**': - - step: + default: + - step: script: - git submodule update --init - python twincat_version_manager.py