Skip to content

Commit bf0dc5a

Browse files
committed
Update check-restricted-files.yaml
1 parent bcc59c9 commit bf0dc5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-restricted-files.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
exit 0
3131
fi
3232
33-
if [[ "${{ github.event.pull_request.head.ref }}" =~ ^"v[0-9]+\.[0-9]+\.[0-9]+-rel" ]] && \
33+
if [[ "${{ github.event.pull_request.head.ref }}" =~ ^v[0-9]+\.[0-9]+\.[0-9]+-rel$ ]] && \
3434
[[ "${{ github.event.pull_request.base.ref }}" == "main" ]]; then
3535
echo Release from ${{ github.event.pull_request.head.ref }} to main
3636
exit 0

0 commit comments

Comments
 (0)