From 37dc6e1031ea43a1d796d0b82347c453b97ec996 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Wed, 15 Apr 2020 16:43:02 +0300 Subject: Change when CI runs Run it for all pull requests, the master branch, and any branches that end with `-ci`. --- .github/workflows/browserstack.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to '.github/workflows/browserstack.yml') diff --git a/.github/workflows/browserstack.yml b/.github/workflows/browserstack.yml index a14bd83f0..7b19f0996 100644 --- a/.github/workflows/browserstack.yml +++ b/.github/workflows/browserstack.yml @@ -1,5 +1,14 @@ name: BrowserStack -on: [push] + +on: + push: + branches: + - master + - "**-ci" + pull_request: + branches: + - "**" + env: CI: true NODE: 10.x -- cgit v1.2.3