git - Build doesn't trigger on merged pull request -


there drone ci connected our git repository (based on gitea). while drone triggers build , deployment on each direct commit master, isn't case merged pull requests issued via web interface.

interestingly, these prs tested (not deployed) drone while not merged yet. if 1 presses merge pr button, there's no specific build & deploy process triggered. result: merged pr won't deployed if there's no direct commit master afterwards.

this last pr still not deployed. this commit merged pr master. , this latest drone build testing pr before has been accepted.

i tried include pull requests list of triggers (full .drone.yml file):

  deploy:     when:        event: [push, pull_request, tag, deployment]        branch: master 

what wrong?


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -