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 aae1a09 commit 99d53abCopy full SHA for 99d53ab
.github/workflows/build.yml
@@ -44,7 +44,7 @@ jobs:
44
- name: Calculate Build Context
45
run: |
46
MRMAT_VERSION="${MAJOR}.${MINOR}.${GITHUB_RUN_NUMBER}"
47
- if [ "$GITHUB_EVENT_NAME" == 'pull_request' ]; then
+ if [ "$GITHUB_EVENT_NAME" == 'pull_request_target' ]; then
48
MRMAT_IS_RELEASE=true
49
echo "::warning ::Building release ${MRMAT_VERSION}"
50
echo "MRMAT_IS_RELEASE=true" >> $GITHUB_ENV
0 commit comments