From df6c2e06eb1cfaf4bc0ae10388866d60378e1761 Mon Sep 17 00:00:00 2001 From: gomes <17035424+gomesalexandre@users.noreply.github.com> Date: Mon, 6 May 2024 17:13:36 +0300 Subject: [PATCH] feat: monkey patch --- .github/workflows/sentry.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/sentry.yml b/.github/workflows/sentry.yml index c00823ce52a..c140f9af93b 100644 --- a/.github/workflows/sentry.yml +++ b/.github/workflows/sentry.yml @@ -1,5 +1,7 @@ name: New Sentry Release on: + # obviously revert me too + pull_request: push: branches: - master @@ -7,6 +9,9 @@ on: jobs: release: runs-on: ubuntu-latest + if: github.event.pull_request.head.ref == 'feat_sentry_release_yml' + # obviously revert me once ready + ref: feat_sentry_release_yml steps: - uses: actions/checkout@v2 - name: Sentry Release