We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab049cd commit fdcb9b1Copy full SHA for fdcb9b1
.github/workflows/browserstack.yml
@@ -3,7 +3,8 @@ name: BrowserStack
3
on:
4
push:
5
branches:
6
- - main
+ - "*"
7
+ - "!dependabot/**"
8
workflow_dispatch:
9
10
env:
0 commit comments