From 5bd0752deba0dff4774e1ef4f4ab5f0b10904706 Mon Sep 17 00:00:00 2001 From: zinduolis Date: Wed, 6 Nov 2024 14:41:57 +1000 Subject: [PATCH] Resolving merge conflicts --- .github/workflows/github_actions.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/github_actions.yml b/.github/workflows/github_actions.yml index b36d2aab1..db5b808e2 100644 --- a/.github/workflows/github_actions.yml +++ b/.github/workflows/github_actions.yml @@ -1,7 +1,7 @@ name: 'BrowserStack Test' on: - pull_request: + pull_request_target: branches: [ master ] jobs: @@ -42,8 +42,6 @@ jobs: - name: 'Setting up Ruby' uses: ruby/setup-ruby@v1 # Ruby version is defined in .ruby-version file - with: - ruby-version: 3.0.3 # Not needed with a .ruby-version file - name: 'Update and Install Dependencies' run: |