Skip to content

Commit

Permalink
chore(CI): only run on master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
lemoustachiste committed May 26, 2023
1 parent 102bad4 commit 65d50b3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,4 @@ after_script:
- python3 setup.py install
- npm ci
- npm run test:vc-compliance
- 'if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then sh publish-vc-compliance-result.sh; fi' # if no changes, no commit
- sh publish-vc-compliance-result.sh
- 'if [ "$TRAVIS_BRANCH" = "master" ]; then sh publish-vc-compliance-result.sh; fi' # if no changes, no commit

0 comments on commit 65d50b3

Please sign in to comment.