Skip to content

Commit b721ad0

Browse files
committed
Run browserstack not every time, for real
1 parent 6f06801 commit b721ad0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
browserstack:
6767
runs-on: ubuntu-latest
6868
needs: unit-tests
69-
if: github.event_name == 'push' || github.event_name == 'workflow_dispatch'
69+
if: (github.event_name == 'push' && github.ref == 'refs/heads/main') || github.event_name == 'workflow_dispatch'
7070

7171
strategy:
7272
matrix:

0 commit comments

Comments
 (0)