From 252d9462ce0ea6709b52155d338d05d1d2c155f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20Og=C3=B3rek?= Date: Tue, 19 Jan 2021 11:31:23 +0100 Subject: [PATCH] ci: Run browserstack on release/ branches only --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7ae792270596..0c84f34aa637 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -141,7 +141,7 @@ jobs: needs: job_build runs-on: ubuntu-latest timeout-minutes: 45 - if: "github.ref == 'refs/heads/master'" + if: startsWith(github.ref, 'refs/heads/release/') steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v1