From 0611978c6ac57e88ca8263cc8e86208a61efba55 Mon Sep 17 00:00:00 2001 From: Christopher Dilks Date: Thu, 7 Dec 2023 14:42:27 -0500 Subject: [PATCH] test: deploy on PR only --- .github/workflows/maven.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 3f06e6335..4cc2b9a68 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -139,8 +139,8 @@ jobs: ############################################################################# deploy_web_pages: - if: ${{ github.head_ref == 'coverage' || github.ref_name == 'coverage' }} - needs: build + if: ${{ github.event_name == 'pull_request' }} + # needs: build permissions: pages: write id-token: write