From 5303d952dc58437c474ab5720a59e85168123ced Mon Sep 17 00:00:00 2001 From: Seth Barberee Date: Thu, 28 Jan 2021 10:04:07 -0600 Subject: fixup webhook for github --- .github/calcrom/webhook.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/calcrom/webhook.sh b/.github/calcrom/webhook.sh index 86da74c..143476c 100755 --- a/.github/calcrom/webhook.sh +++ b/.github/calcrom/webhook.sh @@ -1,9 +1,6 @@ #!/bin/bash -ex -# Only run this script if it's the master branch build. -if [[ "$TRAVIS_BRANCH" != "master" || "$TRAVIS_PULL_REQUEST" != "false" ]]; then - exit 0 -fi +# the workflow will make sure this runs on a push to master only build_name=$1 map_file=$build_name.map -- cgit v1.2.3