diff --git a/.circleci/config.yml b/.circleci/config.yml new file mode 100644 index 0000000..bcb70c3 --- /dev/null +++ b/.circleci/config.yml @@ -0,0 +1,6 @@ +version: 2 +jobs: + build: + branches: + ignore: + - gh-pages # list of branches to ignore \ No newline at end of file