From 87e1d5e871077967ba0872a283971354d213cbab Mon Sep 17 00:00:00 2001 From: Jacob Date: Sun, 4 Aug 2024 02:39:35 -0400 Subject: [PATCH] Update pr-comment.yml --- .github/workflows/pr-comment.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr-comment.yml b/.github/workflows/pr-comment.yml index 21306cb..0fb1258 100644 --- a/.github/workflows/pr-comment.yml +++ b/.github/workflows/pr-comment.yml @@ -1,7 +1,8 @@ name: Comment on pull request on: - pull_request: - branches: [ "main" ] + workflow_run: + workflows: ['build and upload'] + types: [completed] jobs: pr_comment: if: github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion == 'success'