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 305e514 commit 8d131b2Copy full SHA for 8d131b2
.circleci/config.yml
@@ -210,7 +210,7 @@ jobs:
210
command: |
211
echo "» Branch: "${CIRCLE_BRANCH}
212
echo
213
- if [[ ${CIRCLE_BRANCH} =~ ^[0-9]{3}-(summer|spring|winter)-[0-9]{2}$ ]] ; then
+ if [[ ${CIRCLE_BRANCH} =~ ^[0-9]{3}-(summer|spring|winter)-[0-9]{2}$ || -n ${CIRCLE_TAG} ]] ; then
214
echo "» Does not require a pull-request number"
215
else
216
if [ -z $(cat workspace/gh-pr-num.txt) ] ; then
0 commit comments