Skip to content

Commit

Permalink
use circleci workflows to allow filtering out gh-pages branch (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
bhamail authored Dec 17, 2020
1 parent e22bc96 commit 0a77663
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 2
version: 2.1
jobs:
build:
working_directory: ~/oysteR
Expand All @@ -23,3 +23,10 @@ jobs:
- store_artifacts:
path: ~/oysteR/built/

workflows:
workflow-build:
jobs:
- build:
filters:
branches:
ignore: gh-pages

0 comments on commit 0a77663

Please sign in to comment.