diff options
| author | XhmikosR <[email protected]> | 2020-04-15 16:43:02 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2020-06-10 08:19:51 +0300 |
| commit | 37dc6e1031ea43a1d796d0b82347c453b97ec996 (patch) | |
| tree | 537ce9360092e038da918b0d5a09347a317a1b06 /.github/workflows/browserstack.yml | |
| parent | 0c731dd24fd98afbf4c6612335589cf8ac69a548 (diff) | |
| download | bootstrap-37dc6e1031ea43a1d796d0b82347c453b97ec996.tar.xz bootstrap-37dc6e1031ea43a1d796d0b82347c453b97ec996.zip | |
Change when CI runs
Run it for all pull requests, the master branch, and any branches that end with `-ci`.
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 |
