Skip to content

Commit

Permalink
feat: monkey patch
Browse files Browse the repository at this point in the history
  • Loading branch information
gomesalexandre committed May 6, 2024
1 parent 7de966a commit df6c2e0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/sentry.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
name: New Sentry Release
on:
# obviously revert me too
pull_request:
push:
branches:
- master

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
Expand Down

0 comments on commit df6c2e0

Please sign in to comment.