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 bcc59c9 commit bf0dc5aCopy full SHA for bf0dc5a
.github/workflows/check-restricted-files.yaml
@@ -30,7 +30,7 @@ jobs:
30
exit 0
31
fi
32
33
- if [[ "${{ github.event.pull_request.head.ref }}" =~ ^"v[0-9]+\.[0-9]+\.[0-9]+-rel" ]] && \
+ if [[ "${{ github.event.pull_request.head.ref }}" =~ ^v[0-9]+\.[0-9]+\.[0-9]+-rel$ ]] && \
34
[[ "${{ github.event.pull_request.base.ref }}" == "main" ]]; then
35
echo Release from ${{ github.event.pull_request.head.ref }} to main
36
0 commit comments