pipeline: build: image: debian pull: true commands: - echo "HALLO WELT, KANNST DU MICH HOEREN" when: event: [push, tag] package: image: debian pull: true commands: - echo "zap" when: event: tag # Not working :/ #branches: master