Vincibean/Vincibean.github.io

Don't publish if it's a PR

Opened this issue · 0 comments

Every time a new Pull Request is opened, the code gets built (good) and then the new site is published (bad).
There must be a way either to tell CircleCI to perfom the Publish GitHub Pages step iff in the master branch (or not to publish if it's a PR), or some setting in Github to prevent the PR from being built entirely.