also update repository via api

This commit is contained in:
Jörg Thalheim 2018-07-15 09:45:31 -04:00
parent e7307a9470
commit 0e09e7b419

View file

@ -26,7 +26,7 @@ fi
nix-build
# Pull requests and commits to other branches shouldn't try to deploy, just build to verify
if [[ "$TRAVIS_EVENT_TYPE" != "cron" ]]; then
if [[ "$TRAVIS_EVENT_TYPE" != "cron" ]] || [[ "$TRAVIS_EVENT_TYPE" != "api" ]]; then
echo "Skipping deploy; just doing a build."
exit 0
fi