From f64128fc8cc256c56898612c4780f8301f09850f Mon Sep 17 00:00:00 2001 From: Russ Cam Date: Thu, 14 Dec 2023 19:20:57 +1000 Subject: [PATCH] Allow Github actions to publish javadocs This commit allows GitHub actions to publish javadocs. It also changes the target to pull_request. --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9afac952..ff72c577 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -3,11 +3,11 @@ name: Build on: push: branches: [ "master" ] - pull_request_target: + pull_request: branches: [ "master" ] permissions: - contents: read + contents: write checks: write jobs: