mirror of
https://github.com/pret/pmd-red.git
synced 2024-11-23 13:09:56 +00:00
fixup webhook for github
This commit is contained in:
parent
9bd9b71d1e
commit
5303d952dc
5
.github/calcrom/webhook.sh
vendored
5
.github/calcrom/webhook.sh
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user