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