We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4080eaa commit f3c639aCopy full SHA for f3c639a
.travis.yml
@@ -28,7 +28,7 @@ jobs:
28
- npm run test
29
- npx snyk test
30
- stage: release
31
- if: branch = master
+ if: (type = push AND branch = master)
32
before_script:
33
- echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" >> $HOME/.npmrc 2> /dev/null
34
- git remote add pub https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git
0 commit comments