diff --git a/.circleci/config.yml b/.circleci/config.yml new file mode 100644 index 00000000..bcb70c32 --- /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 diff --git a/circle.yml b/circle.yml deleted file mode 100644 index f69f15eb..00000000 --- a/circle.yml +++ /dev/null @@ -1,4 +0,0 @@ -general: - branches: - ignore: - - gh-pages # list of branches to ignore