Skip to content

Commit

Permalink
test: deploy on PR only
Browse files Browse the repository at this point in the history
  • Loading branch information
c-dilks committed Dec 7, 2023
1 parent f41dc58 commit 0611978
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0611978

Please sign in to comment.