diff options
| author | XhmikosR <[email protected]> | 2020-10-29 19:26:15 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2020-10-30 16:34:06 +0200 |
| commit | 76958761f2e5f3354096d7c48aa7fa2dc86470b7 (patch) | |
| tree | f2673a595cb86cf696fe3a05be9c2cbb594c772c /.github/workflows/browserstack.yml | |
| parent | 9a094d44ef0af237a1ed81af9e14041d8ae145a9 (diff) | |
| download | bootstrap-76958761f2e5f3354096d7c48aa7fa2dc86470b7.tar.xz bootstrap-76958761f2e5f3354096d7c48aa7fa2dc86470b7.zip | |
CI: Skip dependabot PR branches. (#32006)
Also, reword Node.js setup step
Diffstat (limited to '.github/workflows/browserstack.yml')
| -rw-r--r-- | .github/workflows/browserstack.yml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/.github/workflows/browserstack.yml b/.github/workflows/browserstack.yml index c6c29dba1..e6aa9422a 100644 --- a/.github/workflows/browserstack.yml +++ b/.github/workflows/browserstack.yml @@ -1,5 +1,8 @@ name: BrowserStack -on: [push] + +on: + push: + env: CI: true NODE: 12.x @@ -13,7 +16,7 @@ jobs: - name: Clone repository uses: actions/checkout@v2 - - name: Set Node.js version + - name: Set up Node.js uses: actions/setup-node@v1 with: node-version: "${{ env.NODE }}" |
