From e993ca76e0700450b6c3614cca2f6878ca0f787b Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Thu, 29 Oct 2020 19:26:15 +0200 Subject: CI: Skip dependabot PR branches. (#32006) Also, reword Node.js setup step --- .github/workflows/browserstack.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to '.github/workflows/browserstack.yml') 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 }}" -- cgit v1.2.3