build,circleci: change exclude pattern
authorEtienne Champetier <champetier.etienne@gmail.com>
Mon, 29 Oct 2018 01:48:23 +0000 (21:48 -0400)
committerEtienne Champetier <champetier.etienne@gmail.com>
Mon, 29 Oct 2018 02:01:58 +0000 (22:01 -0400)
commitc48f3f6fbd83a33fd9cde6c19b4ce48c9b4d8098
tree89648d5ed1d3f54ca98a534c9e44cafb9f7b4614
parentcd315ec4e2ac3cc083a85ecf35a3e2c0c428321a
build,circleci: change exclude pattern

Even when configured to only build PR, CircleCI always build the default branch
`only: /pull.*/` seems like a good idea, but it fails when:
- you are testing on the same repo, because github doesn't create a pull branch
- when your repo is configured, because it see the push on your repo,
prevent building this commit because it doesn't match the regexp, then when you
do the PR CircleCI doesn't work
In the end what we really want is `ignore: master`

Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
.circleci/config.yml