Skip to content

Commit bc3675c

Browse files
committed
Merge branch 'master' of github.com:getsentry/sentry-javascript
2 parents a02ea77 + caff9e7 commit bc3675c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
name: BrowserStack
9595
needs: job_build
9696
runs-on: ubuntu-latest
97-
if: "'refs/heads/master' == github.ref || startsWith(github.ref, 'refs/tags/')"
97+
if: "github.ref == 'refs/heads/master'"
9898
steps:
9999
- uses: actions/checkout@v2
100100
- uses: actions/setup-node@v1
@@ -122,6 +122,7 @@ jobs:
122122
name: Zeus
123123
needs: job_build
124124
runs-on: ubuntu-latest
125+
if: "contains(github.ref, 'release/')"
125126
steps:
126127
- uses: actions/checkout@v2
127128
- uses: actions/setup-node@v1
@@ -157,6 +158,7 @@ jobs:
157158
name: Artifacts Upload
158159
needs: job_build
159160
runs-on: ubuntu-latest
161+
if: "contains(github.ref, 'release/')"
160162
steps:
161163
- uses: actions/checkout@v2
162164
- uses: actions/setup-node@v1

0 commit comments

Comments
 (0)