Skip to content

Commit b6432a1

Browse files
authored
Merge pull request #4824 from Countly/ar2rsawseen/master
Allow generating docs for any branch
2 parents 9ff1304 + 2730f74 commit b6432a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/scripts/generateDocs.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ GITHUB_BRANCH=${GITHUB_REF##*/}
77
echo "$GITHUB_HEAD_REF"
88
echo "Ref: $GITHUB_REF Branch: $GITHUB_BRANCH Repo: $GITHUB_REPOSITORY"
99

10-
if [ -z "$GITHUB_HEAD_REF" ] && [ "$GITHUB_BRANCH" == "master" ] && [ "$GITHUB_REPOSITORY" == "Countly/countly-server" ]; then
10+
if [ -z "$GITHUB_HEAD_REF" ] && [ "$GITHUB_REPOSITORY" == "Countly/countly-server" ]; then
1111

1212
echo "Action qualifies to be checked"
1313

0 commit comments

Comments
 (0)