diff options
Diffstat (limited to '.github/workflows/browserstack.yml')
| -rw-r--r-- | .github/workflows/browserstack.yml | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/.github/workflows/browserstack.yml b/.github/workflows/browserstack.yml index a14bd83f0..7b19f0996 100644 --- a/.github/workflows/browserstack.yml +++ b/.github/workflows/browserstack.yml @@ -1,5 +1,14 @@ name: BrowserStack -on: [push] + +on: + push: + branches: + - master + - "**-ci" + pull_request: + branches: + - "**" + env: CI: true NODE: 10.x |
