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 ab9b958 commit a3f545eCopy full SHA for a3f545e
cd/before-deploy.sh
@@ -1,5 +1,5 @@
1
#!/usr/bin/env bash
2
-if [ -n "$TRAVIS_TAG" ]; then
+if [ "$TRAVIS_BRANCH" == 'master' ] && [ "$TRAVIS_PULL_REQUEST" == 'false' ] || [ -n "$TRAVIS_TAG" ]; then
3
openssl aes-256-cbc -K $encrypted_8e13cbe74349_key -iv $encrypted_8e13cbe74349_iv -in cd/codesigning.asc.enc -out cd/codesigning.asc -d
4
gpg --fast-import cd/codesigning.asc
5
fi
0 commit comments