Skip to content

Commit

Permalink
chore(Compliance): run publish only on PR
Browse files Browse the repository at this point in the history
  • Loading branch information
lemoustachiste committed May 26, 2023
1 parent 8941ab6 commit 1413e52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
- 'if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then sh publish-vc-compliance-result.sh; fi' # if no changes, no commit

0 comments on commit 1413e52

Please sign in to comment.