Skip to content

Commit

Permalink
Restrict deployments to master branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
greglook committed May 26, 2014
1 parent 91db3f2 commit 60c4188
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
:license {:name "Public Domain"
:url "http://unlicense.org/"}

:deploy-branches ["master"]

:dependencies
[[org.clojure/clojure "1.6.0"]
[org.clojure/data.codec "0.1.0"]
Expand Down

0 comments on commit 60c4188

Please sign in to comment.