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,
This commit is contained in:
Torsten Bögershausen
2019-11-29 09:28:54 +01:00
parent 2004342dd3
commit 7ce75ac945
+2 -3
View File
@@ -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