diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index 15abc0d..db46b86 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -1,15 +1,7 @@ name: Build Pull Request on: - workflow_dispatch: - push: - paths-ignore: - - '.github/ISSUE_TEMPLATE/*.yml' - - '.github/actions/build.yml' - - '.idea/copyright/*.xml' - - '.gitignore' - - 'LICENSE' - - 'README.md' + pull_request_target: jobs: build: