Skip to content

Commit 99d53ab

Browse files
authored
Test Release (#14)
* Cosmetic change * Must match on the correct GH event to make a release
1 parent aae1a09 commit 99d53ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Calculate Build Context
4545
run: |
4646
MRMAT_VERSION="${MAJOR}.${MINOR}.${GITHUB_RUN_NUMBER}"
47-
if [ "$GITHUB_EVENT_NAME" == 'pull_request' ]; then
47+
if [ "$GITHUB_EVENT_NAME" == 'pull_request_target' ]; then
4848
MRMAT_IS_RELEASE=true
4949
echo "::warning ::Building release ${MRMAT_VERSION}"
5050
echo "MRMAT_IS_RELEASE=true" >> $GITHUB_ENV

0 commit comments

Comments
 (0)