Skip to content

Commit 6a7eeb7

Browse files
committed
force true
1 parent 9e5e45e commit 6a7eeb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-documents.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
if [[ "${{ github.event_name }}" == "push" || ( "${{ github.event_name }}" == "create" && "${{ github.ref }}" =~ $RELEASE_BRANCH_REGEX ) ]]; then
2626
RESULT="true"
2727
else
28-
RESULT="false"
28+
RESULT="true"
2929
fi
3030
3131
echo "result=$RESULT" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)