Using these settings on drone/drone:1.1, the Pipeline is triggered when the pull request is made but not when additional commits has been pushed.
kind: pipeline
name: default
trigger:
branch:
include:
- master
- staging
- production
When I try removing the trigger block it runs the pipeline normally.