Skip to content

Commit 9db7226

Browse files
committed
Add condition for Sentry upload on release branches [skip ci]
1 parent 6e937b4 commit 9db7226

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ jobs:
7171
conan-password: ${{secrets.LKEB_UPLOAD_USER_PASSWORD}}
7272
conan-pem: ${{secrets.LKEB_UPLOAD_CERT_CHAIN}}
7373
rs_ssh_key: ${{ secrets.RULESSUPPORT_DEPLOY_KEY }}
74+
sentry-upload: startsWith(github.ref, 'refs/heads/release/')
7475
sentry-url: ${{secrets.LKEB_SENTRY_URL }}
7576
sentry-org: ${{secrets.LKEB_SENTRY_ORG }}
7677
sentry-project: ${{secrets.LKEB_SENTRY_PROJECT }}

0 commit comments

Comments
 (0)