Add check for master changes

This can abort the whole pipeline, because releases also show up as a commit.
Este commit está contenido en:
akloeckner 2021-05-10 09:35:10 +00:00
padre 224d68233d
commit 0c95977e66
Se han modificado 1 ficheros con 6 adiciones y 0 borrados

Ver fichero

@ -5,6 +5,12 @@ name: default
steps:
- name: Check for changes in master branch
image: alpine
commands:
- apk update && apk add bash curl grep jq sed
- ./check-master-for-changes.sh
- name: Build & Publish Development Image
image: plugins/docker
settings: