diff options
| author | XhmikosR <[email protected]> | 2020-10-29 19:26:15 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-10-29 19:26:15 +0200 |
| commit | e993ca76e0700450b6c3614cca2f6878ca0f787b (patch) | |
| tree | 3c325393961fb19e439305bc521b28859a974683 /.github/workflows/browserstack.yml | |
| parent | 5076170d7611d766ae52d162f492fafa55f309ff (diff) | |
| download | bootstrap-e993ca76e0700450b6c3614cca2f6878ca0f787b.tar.xz bootstrap-e993ca76e0700450b6c3614cca2f6878ca0f787b.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 }}" |
