https://git.jolheiser.com/nur.git
1 2 3 4 5 6 7 8 9 10 11 12
diff --git a/.travis.yml b/.travis.yml index 0ff4a6986ede1a9879b6e76291abc552a083a425..8bd74bc390de08238a29cb2c5b11d510df24af44 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,5 +19,6 @@ - echo Produced $outs after_success: - if [ -n "${CACHIX_CACHE}" ]; then cachix push "${CACHIX_CACHE}" $outs; fi - - curl -XPOST "https://nur-update.herokuapp.com/update?repo=${NUR_REPO}" + - if [ "false" = "${TRAVIS_PULL_REQUEST}" -a "master" = "${TRAVIS_BRANCH}" ]; then + curl -XPOST "https://nur-update.herokuapp.com/update?repo=${NUR_REPO}"; fi