diff options
| author | XhmikosR <[email protected]> | 2020-06-10 18:51:28 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2020-06-11 07:52:12 +0300 |
| commit | 833125b5fec362d32fbdfbe03a1b319896a299f2 (patch) | |
| tree | d1ca2eb86cbe83902f7570de61abb9c824087b0f /.github/workflows/browserstack.yml | |
| parent | 3575a2b3c8bce834a79601ff089b0306e0d419aa (diff) | |
| download | bootstrap-833125b5fec362d32fbdfbe03a1b319896a299f2.tar.xz bootstrap-833125b5fec362d32fbdfbe03a1b319896a299f2.zip | |
Revert "Change when CI runs"
This reverts commit 37dc6e1031ea43a1d796d0b82347c453b97ec996.
Diffstat (limited to '.github/workflows/browserstack.yml')
| -rw-r--r-- | .github/workflows/browserstack.yml | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/.github/workflows/browserstack.yml b/.github/workflows/browserstack.yml index 20368b8fe..f709b98da 100644 --- a/.github/workflows/browserstack.yml +++ b/.github/workflows/browserstack.yml @@ -1,14 +1,5 @@ name: BrowserStack - -on: - push: - branches: - - master - - "**-ci" - pull_request: - branches: - - "**" - +on: [push] env: CI: true NODE: 12.x |
