Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

feat: stop builds on gh-pages branch #48

Merged
merged 1 commit into from
Dec 1, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions website/static/.circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# This config file will prevent tests from being run on the gh-pages branch.
version: 2.1
jobs:
build:
machine: true
branches:
ignore: gh-pages
steps:
-run: echo "Skipping tests on gh-pages branch"