takezoe / gitbucket-ci-plugin

GitBucket plug-in that adds simple CI ability to GitBucket.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build doesn't run when creating PR

kounoike opened this issue · comments

  • create repo
  • push master
  • create branch pr-some-feature
  • commit to pr-some-feature
  • push branch pr-some-feature
  • create PR for pr-some-feature branch

I want to run build this time. But ci-plugin doesn't run at this time.

  • add commit to pr-some-feature
  • push pr-some-feature

In this time, ci-plugin runs build.