Skip to content

Commit

Permalink
bring back develop
Browse files Browse the repository at this point in the history
  • Loading branch information
TomPallister committed Dec 1, 2020
1 parent f62ed72 commit ab3533b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,17 @@ workflows:
filters:
branches:
only: master
develop:
jobs:
- build:
filters:
branches:
only: develop
pr:
jobs:
- build:
filters:
branches:
ignore:
- master
- develop

0 comments on commit ab3533b

Please sign in to comment.