Skip to content

Commit 252d946

Browse files
committed
ci: Run browserstack on release/ branches only
1 parent 996d5bc commit 252d946

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
needs: job_build
142142
runs-on: ubuntu-latest
143143
timeout-minutes: 45
144-
if: "github.ref == 'refs/heads/master'"
144+
if: startsWith(github.ref, 'refs/heads/release/')
145145
steps:
146146
- uses: actions/checkout@v2
147147
- uses: actions/setup-node@v1

0 commit comments

Comments
 (0)