From ca69d8b59d32bfaa987ad4060c30fbe940d12ce5 Mon Sep 17 00:00:00 2001 From: shayaantx <5449086+shayaantx@users.noreply.github.com> Date: Tue, 21 Mar 2023 20:31:09 -0400 Subject: [PATCH] Allow PRs from forks to run the test case action (#96) --- .github/workflows/pull-request.yml | 5 +++++ src/main/resources/version.txt | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index b9cd815..7fcb402 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -1,5 +1,10 @@ name: pull-request on: + pull_request_target: + types: [opened, synchronize, reopened] + branches: + - '**' + - '!development' push: branches: - '**' diff --git a/src/main/resources/version.txt b/src/main/resources/version.txt index 25c1b35..2a06a41 100644 --- a/src/main/resources/version.txt +++ b/src/main/resources/version.txt @@ -1 +1 @@ -5.6.3 \ No newline at end of file +5.6.4 \ No newline at end of file