Skip to content

Commit b9a612c

Browse files
authored
ci: Run browserstack on release/ branches only (#3182)
1 parent 090dd10 commit b9a612c

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
@@ -142,7 +142,7 @@ jobs:
142142
runs-on: ubuntu-latest
143143
timeout-minutes: 45
144144
continue-on-error: true
145-
if: "github.ref == 'refs/heads/master'"
145+
if: startsWith(github.ref, 'refs/heads/release/')
146146
steps:
147147
- uses: actions/checkout@v2
148148
- uses: actions/setup-node@v1

0 commit comments

Comments
 (0)