Testing on all commits of a GitHub Repo

Hello,

how could I get Drone CI go not only test commits that are merged/pushed into a specified branch, but all commits (e.g. if I push 5 commits at once that all commits are tested)?

I think it’s not possbile. Because github will tigger your drone webhook after push and drone trigger build pipeline. so you just push once then github will only trigger once and drone will only build once.

Alright, had expected that already, thanks for confirming :slight_smile: