Skip to content

Commit 1ee38f9

Browse files
committed
Notarize macOS builds for all but PRs
1 parent 116925b commit 1ee38f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
fi
6464
6565
DO_NOTARIZE='false'
66-
if [ "$BUILD_MODE" != "devel" ]; then
66+
if [ "${{ github.event_name }}" != "pull_request" ]; then
6767
DO_NOTARIZE='true'
6868
if [ -z "${{ secrets.APPLE_USERNAME }}" ]; then
6969
echo "::warning::APPLE_USERNAME is empty; notarization disabled"

0 commit comments

Comments
 (0)