We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9ff1304 + 2730f74 commit b6432a1Copy full SHA for b6432a1
bin/scripts/generateDocs.sh
@@ -7,7 +7,7 @@ GITHUB_BRANCH=${GITHUB_REF##*/}
7
echo "$GITHUB_HEAD_REF"
8
echo "Ref: $GITHUB_REF Branch: $GITHUB_BRANCH Repo: $GITHUB_REPOSITORY"
9
10
-if [ -z "$GITHUB_HEAD_REF" ] && [ "$GITHUB_BRANCH" == "master" ] && [ "$GITHUB_REPOSITORY" == "Countly/countly-server" ]; then
+if [ -z "$GITHUB_HEAD_REF" ] && [ "$GITHUB_REPOSITORY" == "Countly/countly-server" ]; then
11
12
echo "Action qualifies to be checked"
13
0 commit comments