You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
code = s{^(note 'Checking Changes')}{my \$branch_name = \$ENV\{TRAVIS_BRANCH\};\nchomp\(\$branch_name = \`git rev-parse --abbrev-ref HEAD\`\) if not \$branch_name;\nlocal \$TODO = 'Changes need not have content for this release yet if this is only the master branch'\n if \(\$branch_name \|\|''\) eq 'master';\n\n$1}
273
+
code = s{^(note 'Checking Changes')}{if \(\$ENV\{TRAVIS_PULL_REQUEST\} eq 'false'\)\{\n chomp\(my \$branch_name = \(\$ENV\{TRAVIS_BRANCH\} || \`git rev-parse --abbrev-ref HEAD\`\)\);\n\$TODO = 'Changes need not have content for this release yet if this is only the master branch'\n if \(\$branch_name \|\|''\) eq 'master';\n\}\n\n$1}
0 commit comments