Added custom trigger
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
Nicolai Ort 2020-12-29 14:44:28 +01:00
parent 91babfd552
commit cee8e3b2ba

View File

@ -7,6 +7,8 @@ steps:
image: alpine/git
commands:
- git clone https://git.odit.services/lfk/backend backend
- git update-ref -d refs/tags
- git fetch
- cd backend
- name: run openapi export
image: node:alpine
@ -43,4 +45,6 @@ steps:
trigger:
event:
exclude:
- push
- push
include:
- custom