From bb7e145c327f12547995b87c97ec62c8524c7bc3 Mon Sep 17 00:00:00 2001 From: zinduolis Date: Tue, 5 Nov 2024 19:58:39 +1000 Subject: [PATCH] Update gh action to run of workflow code in PR --- .github/workflows/github_actions.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/github_actions.yml b/.github/workflows/github_actions.yml index aa310dba0..f80215b51 100644 --- a/.github/workflows/github_actions.yml +++ b/.github/workflows/github_actions.yml @@ -1,7 +1,7 @@ name: 'BrowserStack Test' on: - pull_request_target: + pull_request: branches: [ master ] jobs: @@ -41,7 +41,7 @@ jobs: - name: 'Setting up Ruby' uses: ruby/setup-ruby@v1 - # ruby-version will be picked up with the .ruby-version file + # ruby-version will be picked up with the .ruby-version file - name: 'Update and Install Dependencies' run: |