From d9d5077b3401cc8071a32d47e0c202adc726bbe3 Mon Sep 17 00:00:00 2001
From: Tom Conner <tconner@broadinstitute.org>
Date: Wed, 6 Dec 2023 16:59:09 -0500
Subject: [PATCH] allow announcement on push

---
 .github/workflows/publish-drafts.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.github/workflows/publish-drafts.yml b/.github/workflows/publish-drafts.yml
index 1833c0b..b81a6ec 100644
--- a/.github/workflows/publish-drafts.yml
+++ b/.github/workflows/publish-drafts.yml
@@ -57,7 +57,6 @@ jobs:
           keep_files: true
 
       - name: Announce Deployed URL to Pull Request
-        if: github.event_name == 'pull_request'
         run: |
           pages_url=$(gh api repos/${{ github.repository }}/pages | jq -r '.html_url')
           gh pr comment ${{ github.event.pull_request.number }} \