diff --git a/.travis.yml b/.travis.yml index abe6445f..d269dc6f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,4 +19,4 @@ after_script: - python3 setup.py install - npm ci - npm run test:vc-compliance - - 'if [ "$TRAVIS_BRANCH" = "master" ]; then sh publish-vc-compliance-result.sh; fi' # if no changes, no commit \ No newline at end of file + - 'if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then sh publish-vc-compliance-result.sh; fi' # if no changes, no commit \ No newline at end of file