Lines Matching full:branch
9 # The head ref or source branch of the pull request in a workflow run.
11 # For example, feature-branch-1
13 # The name of the base ref or target branch of the pull request in a workflow run.
17 echo -e "\nPull request from the branch (${BUILD_BRANCH}) to the branch (${BUILD_TARGET_BRANCH})"
19 # The short ref name of the branch or tag that triggered the workflow run.
20 # This value matches the branch or tag name shown on GitHub.
21 # For example, feature-branch-1 or 57/merge for a pull request
25 # ${TRAVIS_BRANCH} in a PR build is the target branch
29 # echo -e "\nPush Build on the branch (${BUILD_BRANCH})"
32 # echo -e "\nPull Request Build from the branch (${TRAVIS_PULL_REQUEST_BRANCH})"
35 echo -e "\nGet boot.sh from from the branch (${BUILD_BRANCH})"