From 9cef23be22cd7e00d56e863e5a9340320d4137b6 Mon Sep 17 00:00:00 2001 From: Isaac Powell <36595182+DeezyE@users.noreply.github.com> Date: Fri, 22 Oct 2021 12:05:01 +1100 Subject: [PATCH] Update github_actions.yml Changed the actions to run on master branch when pull request is triggered --- .github/workflows/github_actions.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/github_actions.yml b/.github/workflows/github_actions.yml index 0e661e5bd..5fa294075 100644 --- a/.github/workflows/github_actions.yml +++ b/.github/workflows/github_actions.yml @@ -1,8 +1,10 @@ name: 'BrowserStack Test' -on: - push: - +on: + pull_request: + branches: + - master + jobs: ubuntu-job: name: 'BrowserStack Test on Ubuntu'