Skip to content

Commit c1725ea

Browse files
authored
Merge pull request #160 from getsentry/ryan953/enable-feedback-alpha.4
feat: Enable feedback integration on the alpha.4 sdk release
2 parents 8dcd3b0 + 228b463 commit c1725ea

File tree

4 files changed

+158
-154
lines changed

4 files changed

+158
-154
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
- run: make test
1818

1919
deploy:
20-
# needs: test
21-
# if: github.ref == 'refs/heads/master'
20+
needs: test
21+
if: github.ref == 'refs/heads/master'
2222
runs-on: 'ubuntu-latest'
2323
environment: 'gcp - project=sourcemapsio'
2424
steps:

0 commit comments

Comments
 (0)