How to configure Travis-CI to build pull requests & merges to master w/o redundancy

前端 未结 6 547
一整个雨季
一整个雨季 2021-01-30 08:20

To put it in \"BDD\" terms:

Background:
Given I\'m contributing to a GH repo

When I create a pull request
Then Travis shou

6条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2021-01-30 08:56

    The whitelist approach described in the accepted answer has some significant limitations. In particular, it doesn't support non-redundantly building arbitrary branches without opening a PR.

    I opened an issue asking for a better solution.

提交回复
热议问题