circle ci 工作流程 运行 什么时候开始?

When does the circle ci workflow run?

我与 github 和 circle ci 一起工作。

circle ci 的工作流程是在拉取请求时执行的吗?

还是合并的时候执行?

对于后一种情况,如果我想在pull request时测试怎么办?

我觉得合并的时候会执行

但是为什么创建pull request时显示如下?

But why is it displayed as below when creating a pull request?

文章“Setting up continuous integration with GitHub" from Stanley Ndagi (twitter)指出:

Click the settings cog next to the repo name:

In Advanced Settings, notice that Only build pull requests is turned off.
This means that every push to GitHub will run on CircleCI, including PRs.